Color spaces of #16424b
RGB | 22 | 66 | 75 |
---|---|---|---|
HSL | 0.53 | 0.55 | 0.19 |
HSV | 190° | 71° | 29° |
CMYK | 0.71 | 0.12 | 0.00 0.71 |
XYZ | 3.5491 | 4.5750 | 7.3526 |
Yxy | 4.5750 | 0.2293 | 0.2956 |
Hunter Lab | 21.3892 | -7.8128 | -5.4086 |
CIE-Lab | 25.4879 | -11.7067 | -9.9127 |
#16424b color RGB value is (22,66,75).
#16424b hex color red value is 22, green value is 66 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #16424b hue: 0.53 , saturation: 0.55 and the lightness value of 16424b is 0.19.
The process color (four color CMYK) of #16424b color hex is 0.71, 0.12, 0.00, 0.71. Web safe color of #16424b is #003333. Color #16424b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010110 | 01000010 | 01001011 |
Octal | 26 | 102 | 113 |
Decimal | 22 | 66 | 75 |
Hex | 16 | 42 | 4B |
Shades of #16424b
Tints of #16424b
RGB Percentages of Color #16424b
CMYK Percentages of Color #16424b
Complementary Color
#16424b | #4b1f16 |
#16424b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#16424b Color Preview on White Background
Lorem ipsum dolor sit amet.
#16424b Color CSS Codes
.mybgcolor {background-color:#16424b; } .myforecolor {color:#16424b; } .mybordercolor {border:3px solid #16424b; }
#16424b Text Font Color
<p style="color:#16424b">Text here</p>
This sample text font color is #16424b
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.
#16424b Background Color
<div style="background-color:#16424b">
Div content here</div>
This div background color is #16424b
#16424b Border Color
<div style="border:3px solid #16424b">
Div here</div>
This div border color is #16424b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(22,66,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #16424b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #16424b; -webkit-box-shadow: 1px 1px 3px 2px #16424b; box-shadow: 1px 1px 3px 2px #16424b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(22,66,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #16424b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #16424b; -webkit-box-shadow: 1px 1px 3px 2px #16424b; box-shadow: 1px 1px 3px 2px #16424b;">
Div content here</div>
This div box has shadow with color #16424b
Comments
No comments written yet.
Please login to write comment.