Shades of Catalina Blue #162C53
Tints of Catalina Blue #162C53
RGB
CMYK
RGB Variations
Color information
#162C53 (or 0x162C53) is known color: Catalina Blue. HEX triplet: 16, 2C and 53. RGB value is (22,44,83). Sum of RGB (Red+Green+Blue) = 22+44+83=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #162C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162C53 is #E9D3AC. Grayscale: #292929. Windows color (decimal): -15324077 or 5450774. OLE color: 5450774.
HSL color Cylindrical-coordinate representation of color #162C53: hue angle of 218.36º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #162C53 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 44 | 83 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.67 |
| HSL | 218.36º | 0.58% | 0.21% | - |
| HSV(B) | 218.36º | 0.73% | 0.33% | - |
| XYZ | 2.79 | 2.6 | 8.54 | - |
| YUV | 41.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 44 | 83 | 0.73 | 0.47 | 0 | 0.67 | 218.36 | 0.58 | 0.21 |
| Hex | 16 | 2C | 53 | 49 | 2F | 0 | 43 | DA | 3A | 15 |
| Octal | 26 | 54 | 123 | 111 | 57 | 0 | 103 | 332 | 72 | 25 |
| Binary | 10110 | 101100 | 1010011 | 1001001 | 101111 | 0 | 1000011 | 11011010 | 111010 | 10101 |
Color Harmonies of #162C53
Complementary color
Monochromatic Colors of #162C53
Black with #162C53
Text Example
Text Example
White with #162C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162C53; }
p { color: rgb(22,44,83); }
H1.HeaderClassName
{
color: #162C53;
}
.AnyTagClassName
{
color: #162C53;
}
</style>
background-color css
<style>
a { background-color: #162C53; }
a { background-color: rgb(22,44,83); }
div.DivClassName
{
background-color: #162C53;
}
.BgClassName
{
background-color: #162C53;
}
</style>
border-color css
<style>
span { border-color: #162C53; }
span { border-color: rgb(22,44,83); }
td.TdClassName
{
border-color: #162C53;
}
.TagClassName
{
border-color: #162C53;
}
</style>