Shades of Blue Whale #16394C
Tints of Blue Whale #16394C
RGB
CMYK
RGB Variations
Color information
#16394C (or 0x16394C) is known color: Blue Whale. HEX triplet: 16, 39 and 4C. RGB value is (22,57,76). Sum of RGB (Red+Green+Blue) = 22+57+76=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #16394C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16394C is #E9C6B3. Grayscale: #303030. Windows color (decimal): -15320756 or 4995350. OLE color: 4995350.
HSL color Cylindrical-coordinate representation of color #16394C: hue angle of 201.11º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16394C is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 57 | 76 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.70 |
| HSL | 201.11º | 0.55% | 0.19% | - |
| HSV(B) | 201.11º | 0.71% | 0.3% | - |
| XYZ | 3.1 | 3.62 | 7.37 | - |
| YUV | 48.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 76 | 0.71 | 0.25 | 0 | 0.70 | 201.11 | 0.55 | 0.19 |
| Hex | 16 | 39 | 4C | 47 | 19 | 0 | 46 | C9 | 37 | 13 |
| Octal | 26 | 71 | 114 | 107 | 31 | 0 | 106 | 311 | 67 | 23 |
| Binary | 10110 | 111001 | 1001100 | 1000111 | 11001 | 0 | 1000110 | 11001001 | 110111 | 10011 |
Color Harmonies of #16394C
Complementary color
Monochromatic Colors of #16394C
Black with #16394C
Text Example
Text Example
White with #16394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16394C; }
p { color: rgb(22,57,76); }
H1.HeaderClassName
{
color: #16394C;
}
.AnyTagClassName
{
color: #16394C;
}
</style>
background-color css
<style>
a { background-color: #16394C; }
a { background-color: rgb(22,57,76); }
div.DivClassName
{
background-color: #16394C;
}
.BgClassName
{
background-color: #16394C;
}
</style>
border-color css
<style>
span { border-color: #16394C; }
span { border-color: rgb(22,57,76); }
td.TdClassName
{
border-color: #16394C;
}
.TagClassName
{
border-color: #16394C;
}
</style>