Color spaces of #04192b
RGB | 4 | 25 | 43 |
---|---|---|---|
HSL | 0.58 | 0.83 | 0.09 |
HSV | 208° | 91° | 17° |
CMYK | 0.91 | 0.42 | 0.00 0.83 |
XYZ | 0.8337 | 0.8955 | 2.4144 |
Yxy | 0.8955 | 0.2012 | 0.2161 |
Hunter Lab | 9.4631 | -0.8345 | -8.5030 |
CIE-Lab | 8.0887 | -0.7134 | -14.6561 |
#04192b color RGB value is (4,25,43).
#04192b hex color red value is 4, green value is 25 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #04192b hue: 0.58 , saturation: 0.83 and the lightness value of 04192b is 0.09.
The process color (four color CMYK) of #04192b color hex is 0.91, 0.42, 0.00, 0.83. Web safe color of #04192b is #000033. Color #04192b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000100 | 00011001 | 00101011 |
Octal | 4 | 31 | 53 |
Decimal | 4 | 25 | 43 |
Hex | 4 | 19 | 2B |
Shades of #04192b
Tints of #04192b
RGB Percentages of Color #04192b
CMYK Percentages of Color #04192b
Complementary Color
#04192b | #2b1604 |
#04192b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#04192b Color Preview on White Background
Lorem ipsum dolor sit amet.
#04192b Color CSS Codes
.mybgcolor {background-color:#04192b; } .myforecolor {color:#04192b; } .mybordercolor {border:3px solid #04192b; }
#04192b Text Font Color
<p style="color:#04192b">Text here</p>
This sample text font color is #04192b
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.
#04192b Background Color
<div style="background-color:#04192b">
Div content here</div>
This div background color is #04192b
#04192b Border Color
<div style="border:3px solid #04192b">
Div here</div>
This div border color is #04192b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(4,25,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #04192b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #04192b; -webkit-box-shadow: 1px 1px 3px 2px #04192b; box-shadow: 1px 1px 3px 2px #04192b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,25,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #04192b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #04192b; -webkit-box-shadow: 1px 1px 3px 2px #04192b; box-shadow: 1px 1px 3px 2px #04192b;">
Div content here</div>
This div box has shadow with color #04192b
Comments
No comments written yet.
Please login to write comment.