Shades of Blue Whale #162F48
Tints of Blue Whale #162F48
RGB
CMYK
RGB Variations
Color information
#162F48 (or 0x162F48) is known color: Blue Whale. HEX triplet: 16, 2F and 48. RGB value is (22,47,72). Sum of RGB (Red+Green+Blue) = 22+47+72=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #162F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162F48 is #E9D0B7. Grayscale: #2A2A2A. Windows color (decimal): -15323320 or 4730646. OLE color: 4730646.
HSL color Cylindrical-coordinate representation of color #162F48: hue angle of 210º 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 #162F48 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 47 | 72 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.72 |
| HSL | 210º | 0.53% | 0.18% | - |
| HSV(B) | 210º | 0.69% | 0.28% | - |
| XYZ | 2.52 | 2.67 | 6.51 | - |
| YUV | 42.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 47 | 72 | 0.69 | 0.35 | 0 | 0.72 | 210 | 0.53 | 0.18 |
| Hex | 16 | 2F | 48 | 45 | 23 | 0 | 48 | D2 | 35 | 12 |
| Octal | 26 | 57 | 110 | 105 | 43 | 0 | 110 | 322 | 65 | 22 |
| Binary | 10110 | 101111 | 1001000 | 1000101 | 100011 | 0 | 1001000 | 11010010 | 110101 | 10010 |
Color Harmonies of #162F48
Complementary color
Monochromatic Colors of #162F48
Black with #162F48
Text Example
Text Example
White with #162F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162F48; }
p { color: rgb(22,47,72); }
H1.HeaderClassName
{
color: #162F48;
}
.AnyTagClassName
{
color: #162F48;
}
</style>
background-color css
<style>
a { background-color: #162F48; }
a { background-color: rgb(22,47,72); }
div.DivClassName
{
background-color: #162F48;
}
.BgClassName
{
background-color: #162F48;
}
</style>
border-color css
<style>
span { border-color: #162F48; }
span { border-color: rgb(22,47,72); }
td.TdClassName
{
border-color: #162F48;
}
.TagClassName
{
border-color: #162F48;
}
</style>