Shades of Blue Whale #16333F
Tints of Blue Whale #16333F
RGB
CMYK
RGB Variations
Color information
#16333F (or 0x16333F) is known color: Blue Whale. HEX triplet: 16, 33 and 3F. RGB value is (22,51,63). Sum of RGB (Red+Green+Blue) = 22+51+63=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #16333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16333F is #E9CCC0. Grayscale: #2B2B2B. Windows color (decimal): -15322305 or 4141846. OLE color: 4141846.
HSL color Cylindrical-coordinate representation of color #16333F: hue angle of 197.56º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #16333F is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 51 | 63 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.75 |
| HSL | 197.56º | 0.48% | 0.17% | - |
| HSV(B) | 197.56º | 0.65% | 0.25% | - |
| XYZ | 2.41 | 2.9 | 5.13 | - |
| YUV | 43.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 63 | 0.65 | 0.19 | 0 | 0.75 | 197.56 | 0.48 | 0.17 |
| Hex | 16 | 33 | 3F | 41 | 13 | 0 | 4B | C6 | 30 | 11 |
| Octal | 26 | 63 | 77 | 101 | 23 | 0 | 113 | 306 | 60 | 21 |
| Binary | 10110 | 110011 | 111111 | 1000001 | 10011 | 0 | 1001011 | 11000110 | 110000 | 10001 |
Color Harmonies of #16333F
Complementary color
Monochromatic Colors of #16333F
Black with #16333F
Text Example
Text Example
White with #16333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16333F; }
p { color: rgb(22,51,63); }
H1.HeaderClassName
{
color: #16333F;
}
.AnyTagClassName
{
color: #16333F;
}
</style>
background-color css
<style>
a { background-color: #16333F; }
a { background-color: rgb(22,51,63); }
div.DivClassName
{
background-color: #16333F;
}
.BgClassName
{
background-color: #16333F;
}
</style>
border-color css
<style>
span { border-color: #16333F; }
span { border-color: rgb(22,51,63); }
td.TdClassName
{
border-color: #16333F;
}
.TagClassName
{
border-color: #16333F;
}
</style>