Shades of Blue Whale #16374A
Tints of Blue Whale #16374A
RGB
CMYK
RGB Variations
Color information
#16374A (or 0x16374A) is known color: Blue Whale. HEX triplet: 16, 37 and 4A. RGB value is (22,55,74). Sum of RGB (Red+Green+Blue) = 22+55+74=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #16374A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16374A is #E9C8B5. Grayscale: #2F2F2F. Windows color (decimal): -15321270 or 4863766. OLE color: 4863766.
HSL color Cylindrical-coordinate representation of color #16374A: hue angle of 201.92º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #16374A is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 55 | 74 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.71 |
| HSL | 201.92º | 0.54% | 0.19% | - |
| HSV(B) | 201.92º | 0.7% | 0.29% | - |
| XYZ | 2.93 | 3.4 | 6.98 | - |
| YUV | 47.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 74 | 0.70 | 0.26 | 0 | 0.71 | 201.92 | 0.54 | 0.19 |
| Hex | 16 | 37 | 4A | 46 | 1A | 0 | 47 | CA | 36 | 13 |
| Octal | 26 | 67 | 112 | 106 | 32 | 0 | 107 | 312 | 66 | 23 |
| Binary | 10110 | 110111 | 1001010 | 1000110 | 11010 | 0 | 1000111 | 11001010 | 110110 | 10011 |
Color Harmonies of #16374A
Complementary color
Monochromatic Colors of #16374A
Black with #16374A
Text Example
Text Example
White with #16374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16374A; }
p { color: rgb(22,55,74); }
H1.HeaderClassName
{
color: #16374A;
}
.AnyTagClassName
{
color: #16374A;
}
</style>
background-color css
<style>
a { background-color: #16374A; }
a { background-color: rgb(22,55,74); }
div.DivClassName
{
background-color: #16374A;
}
.BgClassName
{
background-color: #16374A;
}
</style>
border-color css
<style>
span { border-color: #16374A; }
span { border-color: rgb(22,55,74); }
td.TdClassName
{
border-color: #16374A;
}
.TagClassName
{
border-color: #16374A;
}
</style>