Shades of Catalina Blue #163768
Tints of Catalina Blue #163768
RGB
CMYK
RGB Variations
Color information
#163768 (or 0x163768) is known color: Catalina Blue. HEX triplet: 16, 37 and 68. RGB value is (22,55,104). Sum of RGB (Red+Green+Blue) = 22+55+104=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #163768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163768 is #E9C897. Grayscale: #323232. Windows color (decimal): -15321240 or 6829846. OLE color: 6829846.
HSL color Cylindrical-coordinate representation of color #163768: hue angle of 215.85º 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 #163768 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 55 | 104 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.59 |
| HSL | 215.85º | 0.65% | 0.25% | - |
| HSV(B) | 215.85º | 0.79% | 0.41% | - |
| XYZ | 4.2 | 3.9 | 13.63 | - |
| YUV | 50.72 | 158.07 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 104 | 0.79 | 0.47 | 0 | 0.59 | 215.85 | 0.65 | 0.25 |
| Hex | 16 | 37 | 68 | 4F | 2F | 0 | 3B | D8 | 41 | 19 |
| Octal | 26 | 67 | 150 | 117 | 57 | 0 | 73 | 330 | 101 | 31 |
| Binary | 10110 | 110111 | 1101000 | 1001111 | 101111 | 0 | 111011 | 11011000 | 1000001 | 11001 |
Color Harmonies of #163768
Complementary color
Monochromatic Colors of #163768
Black with #163768
Text Example
Text Example
White with #163768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163768; }
p { color: rgb(22,55,104); }
H1.HeaderClassName
{
color: #163768;
}
.AnyTagClassName
{
color: #163768;
}
</style>
background-color css
<style>
a { background-color: #163768; }
a { background-color: rgb(22,55,104); }
div.DivClassName
{
background-color: #163768;
}
.BgClassName
{
background-color: #163768;
}
</style>
border-color css
<style>
span { border-color: #163768; }
span { border-color: rgb(22,55,104); }
td.TdClassName
{
border-color: #163768;
}
.TagClassName
{
border-color: #163768;
}
</style>