Shades of Catalina Blue #163560
Tints of Catalina Blue #163560
RGB
CMYK
RGB Variations
Color information
#163560 (or 0x163560) is known color: Catalina Blue. HEX triplet: 16, 35 and 60. RGB value is (22,53,96). Sum of RGB (Red+Green+Blue) = 22+53+96=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #163560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163560 is #E9CA9F. Grayscale: #303030. Windows color (decimal): -15321760 or 6305046. OLE color: 6305046.
HSL color Cylindrical-coordinate representation of color #163560: hue angle of 214.86º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #163560 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 53 | 96 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.62 |
| HSL | 214.86º | 0.63% | 0.23% | - |
| HSV(B) | 214.86º | 0.77% | 0.38% | - |
| XYZ | 3.72 | 3.56 | 11.56 | - |
| YUV | 48.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 96 | 0.77 | 0.45 | 0 | 0.62 | 214.86 | 0.63 | 0.23 |
| Hex | 16 | 35 | 60 | 4D | 2D | 0 | 3E | D7 | 3F | 17 |
| Octal | 26 | 65 | 140 | 115 | 55 | 0 | 76 | 327 | 77 | 27 |
| Binary | 10110 | 110101 | 1100000 | 1001101 | 101101 | 0 | 111110 | 11010111 | 111111 | 10111 |
Color Harmonies of #163560
Complementary color
Monochromatic Colors of #163560
Black with #163560
Text Example
Text Example
White with #163560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163560; }
p { color: rgb(22,53,96); }
H1.HeaderClassName
{
color: #163560;
}
.AnyTagClassName
{
color: #163560;
}
</style>
background-color css
<style>
a { background-color: #163560; }
a { background-color: rgb(22,53,96); }
div.DivClassName
{
background-color: #163560;
}
.BgClassName
{
background-color: #163560;
}
</style>
border-color css
<style>
span { border-color: #163560; }
span { border-color: rgb(22,53,96); }
td.TdClassName
{
border-color: #163560;
}
.TagClassName
{
border-color: #163560;
}
</style>