Shades of Catalina Blue #163564
Tints of Catalina Blue #163564
RGB
CMYK
RGB Variations
Color information
#163564 (or 0x163564) is known color: Catalina Blue. HEX triplet: 16, 35 and 64. RGB value is (22,53,100). Sum of RGB (Red+Green+Blue) = 22+53+100=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 100 (39.45% from 255 or 57.14% from 175); Max value from RGB is 100 - color contains mainly: blue. Hex color #163564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163564 is #E9CA9B. Grayscale: #303030. Windows color (decimal): -15321756 or 6567190. OLE color: 6567190.
HSL color Cylindrical-coordinate representation of color #163564: hue angle of 216.15º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163564 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 53 | 100 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.61 |
| HSL | 216.15º | 0.64% | 0.24% | - |
| HSV(B) | 216.15º | 0.78% | 0.39% | - |
| XYZ | 3.9 | 3.64 | 12.55 | - |
| YUV | 49.09 | 156.73 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 100 | 0.78 | 0.47 | 0 | 0.61 | 216.15 | 0.64 | 0.24 |
| Hex | 16 | 35 | 64 | 4E | 2F | 0 | 3D | D8 | 40 | 18 |
| Octal | 26 | 65 | 144 | 116 | 57 | 0 | 75 | 330 | 100 | 30 |
| Binary | 10110 | 110101 | 1100100 | 1001110 | 101111 | 0 | 111101 | 11011000 | 1000000 | 11000 |
Color Harmonies of #163564
Complementary color
Monochromatic Colors of #163564
Black with #163564
Text Example
Text Example
White with #163564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163564; }
p { color: rgb(22,53,100); }
H1.HeaderClassName
{
color: #163564;
}
.AnyTagClassName
{
color: #163564;
}
</style>
background-color css
<style>
a { background-color: #163564; }
a { background-color: rgb(22,53,100); }
div.DivClassName
{
background-color: #163564;
}
.BgClassName
{
background-color: #163564;
}
</style>
border-color css
<style>
span { border-color: #163564; }
span { border-color: rgb(22,53,100); }
td.TdClassName
{
border-color: #163564;
}
.TagClassName
{
border-color: #163564;
}
</style>