Shades of Catalina Blue #162D56
Tints of Catalina Blue #162D56
RGB
CMYK
RGB Variations
Color information
#162D56 (or 0x162D56) is known color: Catalina Blue. HEX triplet: 16, 2D and 56. RGB value is (22,45,86). Sum of RGB (Red+Green+Blue) = 22+45+86=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #162D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162D56 is #E9D2A9. Grayscale: #2A2A2A. Windows color (decimal): -15323818 or 5647638. OLE color: 5647638.
HSL color Cylindrical-coordinate representation of color #162D56: hue angle of 218.44º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #162D56 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 45 | 86 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.66 |
| HSL | 218.44º | 0.59% | 0.21% | - |
| HSV(B) | 218.44º | 0.74% | 0.34% | - |
| XYZ | 2.95 | 2.72 | 9.17 | - |
| YUV | 42.8 | 152.38 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 86 | 0.74 | 0.48 | 0 | 0.66 | 218.44 | 0.59 | 0.21 |
| Hex | 16 | 2D | 56 | 4A | 30 | 0 | 42 | DA | 3B | 15 |
| Octal | 26 | 55 | 126 | 112 | 60 | 0 | 102 | 332 | 73 | 25 |
| Binary | 10110 | 101101 | 1010110 | 1001010 | 110000 | 0 | 1000010 | 11011010 | 111011 | 10101 |
Color Harmonies of #162D56
Complementary color
Monochromatic Colors of #162D56
Black with #162D56
Text Example
Text Example
White with #162D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162D56; }
p { color: rgb(22,45,86); }
H1.HeaderClassName
{
color: #162D56;
}
.AnyTagClassName
{
color: #162D56;
}
</style>
background-color css
<style>
a { background-color: #162D56; }
a { background-color: rgb(22,45,86); }
div.DivClassName
{
background-color: #162D56;
}
.BgClassName
{
background-color: #162D56;
}
</style>
border-color css
<style>
span { border-color: #162D56; }
span { border-color: rgb(22,45,86); }
td.TdClassName
{
border-color: #162D56;
}
.TagClassName
{
border-color: #162D56;
}
</style>