Color spaces of #002aac
RGB | 0 | 42 | 172 |
---|---|---|---|
HSL | 0.63 | 1.00 | 0.34 |
HSV | 225° | 100° | 67° |
CMYK | 1.00 | 0.76 | 0.00 0.33 |
XYZ | 8.2744 | 4.6345 | 39.4882 |
Yxy | 4.6345 | 0.1579 | 0.0884 |
Hunter Lab | 21.5279 | 30.9340 | -93.6850 |
CIE-Lab | 25.6670 | 42.0006 | -70.7865 |
#002aac color RGB value is (0,42,172).
#002aac hex color red value is 0, green value is 42 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #002aac hue: 0.63 , saturation: 1.00 and the lightness value of 002aac is 0.34.
The process color (four color CMYK) of #002aac color hex is 1.00, 0.76, 0.00, 0.33. Web safe color of #002aac is #003399. Color #002aac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 00101010 | 10101100 |
Octal | 0 | 52 | 254 |
Decimal | 0 | 42 | 172 |
Hex | 0 | 2A | AC |
Shades of #002aac
Tints of #002aac
RGB Percentages of Color #002aac
CMYK Percentages of Color #002aac
Complementary Color
#002aac | #ac8200 |
#002aac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#002aac Color Preview on White Background
Lorem ipsum dolor sit amet.
#002aac Color CSS Codes
.mybgcolor {background-color:#002aac; } .myforecolor {color:#002aac; } .mybordercolor {border:3px solid #002aac; }
#002aac Text Font Color
<p style="color:#002aac">Text here</p>
This sample text font color is #002aac
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.
#002aac Background Color
<div style="background-color:#002aac">
Div content here</div>
This div background color is #002aac
#002aac Border Color
<div style="border:3px solid #002aac">
Div here</div>
This div border color is #002aac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,42,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #002aac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #002aac; -webkit-box-shadow: 1px 1px 3px 2px #002aac; box-shadow: 1px 1px 3px 2px #002aac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,42,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #002aac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #002aac; -webkit-box-shadow: 1px 1px 3px 2px #002aac; box-shadow: 1px 1px 3px 2px #002aac;">
Div content here</div>
This div box has shadow with color #002aac
Comments
No comments written yet.
Please login to write comment.