Shades of Blue Whale #162F47
Tints of Blue Whale #162F47
RGB
CMYK
RGB Variations
Color information
#162F47 (or 0x162F47) is known color: Blue Whale. HEX triplet: 16, 2F and 47. RGB value is (22,47,71). Sum of RGB (Red+Green+Blue) = 22+47+71=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #162F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162F47 is #E9D0B8. Grayscale: #2A2A2A. Windows color (decimal): -15323321 or 4665110. OLE color: 4665110.
HSL color Cylindrical-coordinate representation of color #162F47: hue angle of 209.39º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #162F47 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 47 | 71 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.72 |
| HSL | 209.39º | 0.53% | 0.18% | - |
| HSV(B) | 209.39º | 0.69% | 0.28% | - |
| XYZ | 2.48 | 2.66 | 6.34 | - |
| YUV | 42.26 | 144.22 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 47 | 71 | 0.69 | 0.34 | 0 | 0.72 | 209.39 | 0.53 | 0.18 |
| Hex | 16 | 2F | 47 | 45 | 22 | 0 | 48 | D1 | 35 | 12 |
| Octal | 26 | 57 | 107 | 105 | 42 | 0 | 110 | 321 | 65 | 22 |
| Binary | 10110 | 101111 | 1000111 | 1000101 | 100010 | 0 | 1001000 | 11010001 | 110101 | 10010 |
Color Harmonies of #162F47
Complementary color
Monochromatic Colors of #162F47
Black with #162F47
Text Example
Text Example
White with #162F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162F47; }
p { color: rgb(22,47,71); }
H1.HeaderClassName
{
color: #162F47;
}
.AnyTagClassName
{
color: #162F47;
}
</style>
background-color css
<style>
a { background-color: #162F47; }
a { background-color: rgb(22,47,71); }
div.DivClassName
{
background-color: #162F47;
}
.BgClassName
{
background-color: #162F47;
}
</style>
border-color css
<style>
span { border-color: #162F47; }
span { border-color: rgb(22,47,71); }
td.TdClassName
{
border-color: #162F47;
}
.TagClassName
{
border-color: #162F47;
}
</style>