Color spaces of #024bab
RGB | 2 | 75 | 171 |
---|---|---|---|
HSL | 0.59 | 0.98 | 0.34 |
HSV | 214° | 99° | 67° |
CMYK | 0.99 | 0.56 | 0.00 0.33 |
XYZ | 9.8918 | 7.9853 | 39.5480 |
Yxy | 7.9853 | 0.1723 | 0.1391 |
Hunter Lab | 28.2583 | 13.0319 | -63.1967 |
CIE-Lab | 33.9523 | 19.8768 | -56.5735 |
#024bab color RGB value is (2,75,171).
#024bab hex color red value is 2, green value is 75 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #024bab hue: 0.59 , saturation: 0.98 and the lightness value of 024bab is 0.34.
The process color (four color CMYK) of #024bab color hex is 0.99, 0.56, 0.00, 0.33. Web safe color of #024bab is #003399. Color #024bab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 01001011 | 10101011 |
Octal | 2 | 113 | 253 |
Decimal | 2 | 75 | 171 |
Hex | 2 | 4B | AB |
Shades of #024bab
Tints of #024bab
RGB Percentages of Color #024bab
CMYK Percentages of Color #024bab
Complementary Color
#024bab | #ab6202 |
#024bab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#024bab Color Preview on White Background
Lorem ipsum dolor sit amet.
#024bab Color CSS Codes
.mybgcolor {background-color:#024bab; } .myforecolor {color:#024bab; } .mybordercolor {border:3px solid #024bab; }
#024bab Text Font Color
<p style="color:#024bab">Text here</p>
This sample text font color is #024bab
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.
#024bab Background Color
<div style="background-color:#024bab">
Div content here</div>
This div background color is #024bab
#024bab Border Color
<div style="border:3px solid #024bab">
Div here</div>
This div border color is #024bab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,75,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #024bab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #024bab; -webkit-box-shadow: 1px 1px 3px 2px #024bab; box-shadow: 1px 1px 3px 2px #024bab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,75,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #024bab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #024bab; -webkit-box-shadow: 1px 1px 3px 2px #024bab; box-shadow: 1px 1px 3px 2px #024bab;">
Div content here</div>
This div box has shadow with color #024bab
Comments
No comments written yet.
Please login to write comment.