Color spaces of #12065b
RGB | 18 | 6 | 91 |
---|---|---|---|
HSL | 0.69 | 0.88 | 0.19 |
HSV | 248° | 93° | 36° |
CMYK | 0.80 | 0.93 | 0.00 0.64 |
XYZ | 2.2029 | 1.0142 | 9.9772 |
Yxy | 1.0142 | 0.1670 | 0.0769 |
Hunter Lab | 10.0707 | 21.4217 | -51.6897 |
CIE-Lab | 9.1092 | 34.3279 | -46.8750 |
#12065b color RGB value is (18,6,91).
#12065b hex color red value is 18, green value is 6 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #12065b hue: 0.69 , saturation: 0.88 and the lightness value of 12065b is 0.19.
The process color (four color CMYK) of #12065b color hex is 0.80, 0.93, 0.00, 0.64. Web safe color of #12065b is #000066. Color #12065b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010010 | 00000110 | 01011011 |
Octal | 22 | 6 | 133 |
Decimal | 18 | 6 | 91 |
Hex | 12 | 6 | 5B |
Shades of #12065b
Tints of #12065b
RGB Percentages of Color #12065b
CMYK Percentages of Color #12065b
Complementary Color
#12065b | #4f5b06 |
#12065b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#12065b Color Preview on White Background
Lorem ipsum dolor sit amet.
#12065b Color CSS Codes
.mybgcolor {background-color:#12065b; } .myforecolor {color:#12065b; } .mybordercolor {border:3px solid #12065b; }
#12065b Text Font Color
<p style="color:#12065b">Text here</p>
This sample text font color is #12065b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#12065b Background Color
<div style="background-color:#12065b">
Div content here</div>
This div background color is #12065b
#12065b Border Color
<div style="border:3px solid #12065b">
Div here</div>
This div border color is #12065b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(18,6,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #12065b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #12065b; -webkit-box-shadow: 1px 1px 3px 2px #12065b; box-shadow: 1px 1px 3px 2px #12065b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(18,6,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #12065b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #12065b; -webkit-box-shadow: 1px 1px 3px 2px #12065b; box-shadow: 1px 1px 3px 2px #12065b;">
Div content here</div>
This div box has shadow with color #12065b
Comments
No comments written yet.
Please login to write comment.