Shades of Catalina Blue #162F55
Tints of Catalina Blue #162F55
RGB
CMYK
RGB Variations
Color information
#162F55 (or 0x162F55) is known color: Catalina Blue. HEX triplet: 16, 2F and 55. RGB value is (22,47,85). Sum of RGB (Red+Green+Blue) = 22+47+85=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #162F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162F55 is #E9D0AA. Grayscale: #2B2B2B. Windows color (decimal): -15323307 or 5582614. OLE color: 5582614.
HSL color Cylindrical-coordinate representation of color #162F55: hue angle of 216.19º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #162F55 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 47 | 85 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.67 |
| HSL | 216.19º | 0.59% | 0.21% | - |
| HSV(B) | 216.19º | 0.74% | 0.33% | - |
| XYZ | 2.99 | 2.86 | 8.99 | - |
| YUV | 43.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 47 | 85 | 0.74 | 0.45 | 0 | 0.67 | 216.19 | 0.59 | 0.21 |
| Hex | 16 | 2F | 55 | 4A | 2D | 0 | 43 | D8 | 3B | 15 |
| Octal | 26 | 57 | 125 | 112 | 55 | 0 | 103 | 330 | 73 | 25 |
| Binary | 10110 | 101111 | 1010101 | 1001010 | 101101 | 0 | 1000011 | 11011000 | 111011 | 10101 |
Color Harmonies of #162F55
Complementary color
Monochromatic Colors of #162F55
Black with #162F55
Text Example
Text Example
White with #162F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162F55; }
p { color: rgb(22,47,85); }
H1.HeaderClassName
{
color: #162F55;
}
.AnyTagClassName
{
color: #162F55;
}
</style>
background-color css
<style>
a { background-color: #162F55; }
a { background-color: rgb(22,47,85); }
div.DivClassName
{
background-color: #162F55;
}
.BgClassName
{
background-color: #162F55;
}
</style>
border-color css
<style>
span { border-color: #162F55; }
span { border-color: rgb(22,47,85); }
td.TdClassName
{
border-color: #162F55;
}
.TagClassName
{
border-color: #162F55;
}
</style>