Color spaces of #00128a
RGB | 0 | 18 | 138 |
---|---|---|---|
HSL | 0.64 | 1.00 | 0.27 |
HSV | 232° | 100° | 54° |
CMYK | 1.00 | 0.87 | 0.00 0.46 |
XYZ | 4.8038 | 2.2676 | 24.2293 |
Yxy | 2.2676 | 0.1535 | 0.0724 |
Hunter Lab | 15.0586 | 30.5905 | -84.8570 |
CIE-Lab | 16.8332 | 43.3414 | -64.5876 |
#00128a color RGB value is (0,18,138).
#00128a hex color red value is 0, green value is 18 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #00128a hue: 0.64 , saturation: 1.00 and the lightness value of 00128a is 0.27.
The process color (four color CMYK) of #00128a color hex is 1.00, 0.87, 0.00, 0.46. Web safe color of #00128a is #000099. Color #00128a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 00010010 | 10001010 |
Octal | 0 | 22 | 212 |
Decimal | 0 | 18 | 138 |
Hex | 0 | 12 | 8A |
Shades of #00128a
Tints of #00128a
RGB Percentages of Color #00128a
CMYK Percentages of Color #00128a
Complementary Color
#00128a | #8a7800 |
#00128a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#00128a Color Preview on White Background
Lorem ipsum dolor sit amet.
#00128a Color CSS Codes
.mybgcolor {background-color:#00128a; } .myforecolor {color:#00128a; } .mybordercolor {border:3px solid #00128a; }
#00128a Text Font Color
<p style="color:#00128a">Text here</p>
This sample text font color is #00128a
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.
#00128a Background Color
<div style="background-color:#00128a">
Div content here</div>
This div background color is #00128a
#00128a Border Color
<div style="border:3px solid #00128a">
Div here</div>
This div border color is #00128a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,18,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #00128a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #00128a; -webkit-box-shadow: 1px 1px 3px 2px #00128a; box-shadow: 1px 1px 3px 2px #00128a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,18,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #00128a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #00128a; -webkit-box-shadow: 1px 1px 3px 2px #00128a; box-shadow: 1px 1px 3px 2px #00128a;">
Div content here</div>
This div box has shadow with color #00128a
Comments
No comments written yet.
Please login to write comment.