Shades of Catalina Blue #163668
Tints of Catalina Blue #163668
RGB
CMYK
RGB Variations
Color information
#163668 (or 0x163668) is known color: Catalina Blue. HEX triplet: 16, 36 and 68. RGB value is (22,54,104). Sum of RGB (Red+Green+Blue) = 22+54+104=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #163668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163668 is #E9C997. Grayscale: #313131. Windows color (decimal): -15321496 or 6829590. OLE color: 6829590.
HSL color Cylindrical-coordinate representation of color #163668: hue angle of 216.59º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #163668 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 54 | 104 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.59 |
| HSL | 216.59º | 0.65% | 0.25% | - |
| HSV(B) | 216.59º | 0.79% | 0.41% | - |
| XYZ | 4.15 | 3.81 | 13.61 | - |
| YUV | 50.13 | 158.4 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 104 | 0.79 | 0.48 | 0 | 0.59 | 216.59 | 0.65 | 0.25 |
| Hex | 16 | 36 | 68 | 4F | 30 | 0 | 3B | D9 | 41 | 19 |
| Octal | 26 | 66 | 150 | 117 | 60 | 0 | 73 | 331 | 101 | 31 |
| Binary | 10110 | 110110 | 1101000 | 1001111 | 110000 | 0 | 111011 | 11011001 | 1000001 | 11001 |
Color Harmonies of #163668
Complementary color
Monochromatic Colors of #163668
Black with #163668
Text Example
Text Example
White with #163668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163668; }
p { color: rgb(22,54,104); }
H1.HeaderClassName
{
color: #163668;
}
.AnyTagClassName
{
color: #163668;
}
</style>
background-color css
<style>
a { background-color: #163668; }
a { background-color: rgb(22,54,104); }
div.DivClassName
{
background-color: #163668;
}
.BgClassName
{
background-color: #163668;
}
</style>
border-color css
<style>
span { border-color: #163668; }
span { border-color: rgb(22,54,104); }
td.TdClassName
{
border-color: #163668;
}
.TagClassName
{
border-color: #163668;
}
</style>