Shades of Catalina Blue #162D55
Tints of Catalina Blue #162D55
RGB
CMYK
RGB Variations
Color information
#162D55 (or 0x162D55) is known color: Catalina Blue. HEX triplet: 16, 2D and 55. RGB value is (22,45,85). Sum of RGB (Red+Green+Blue) = 22+45+85=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #162D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162D55 is #E9D2AA. Grayscale: #2A2A2A. Windows color (decimal): -15323819 or 5582102. OLE color: 5582102.
HSL color Cylindrical-coordinate representation of color #162D55: hue angle of 218.1º 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 #162D55 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 45 | 85 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.67 |
| HSL | 218.1º | 0.59% | 0.21% | - |
| HSV(B) | 218.1º | 0.74% | 0.33% | - |
| XYZ | 2.91 | 2.7 | 8.96 | - |
| YUV | 42.68 | 151.88 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 85 | 0.74 | 0.47 | 0 | 0.67 | 218.1 | 0.59 | 0.21 |
| Hex | 16 | 2D | 55 | 4A | 2F | 0 | 43 | DA | 3B | 15 |
| Octal | 26 | 55 | 125 | 112 | 57 | 0 | 103 | 332 | 73 | 25 |
| Binary | 10110 | 101101 | 1010101 | 1001010 | 101111 | 0 | 1000011 | 11011010 | 111011 | 10101 |
Color Harmonies of #162D55
Complementary color
Monochromatic Colors of #162D55
Black with #162D55
Text Example
Text Example
White with #162D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162D55; }
p { color: rgb(22,45,85); }
H1.HeaderClassName
{
color: #162D55;
}
.AnyTagClassName
{
color: #162D55;
}
</style>
background-color css
<style>
a { background-color: #162D55; }
a { background-color: rgb(22,45,85); }
div.DivClassName
{
background-color: #162D55;
}
.BgClassName
{
background-color: #162D55;
}
</style>
border-color css
<style>
span { border-color: #162D55; }
span { border-color: rgb(22,45,85); }
td.TdClassName
{
border-color: #162D55;
}
.TagClassName
{
border-color: #162D55;
}
</style>