Shades of Catalina Blue #163056
Tints of Catalina Blue #163056
RGB
CMYK
RGB Variations
Color information
#163056 (or 0x163056) is known color: Catalina Blue. HEX triplet: 16, 30 and 56. RGB value is (22,48,86). Sum of RGB (Red+Green+Blue) = 22+48+86=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #163056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163056 is #E9CFA9. Grayscale: #2C2C2C. Windows color (decimal): -15323050 or 5648406. OLE color: 5648406.
HSL color Cylindrical-coordinate representation of color #163056: hue angle of 215.62º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #163056 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 48 | 86 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.66 |
| HSL | 215.63º | 0.59% | 0.21% | - |
| HSV(B) | 215.63º | 0.74% | 0.34% | - |
| XYZ | 3.07 | 2.96 | 9.21 | - |
| YUV | 44.56 | 151.39 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 86 | 0.74 | 0.44 | 0 | 0.66 | 215.63 | 0.59 | 0.21 |
| Hex | 16 | 30 | 56 | 4A | 2C | 0 | 42 | D8 | 3B | 15 |
| Octal | 26 | 60 | 126 | 112 | 54 | 0 | 102 | 330 | 73 | 25 |
| Binary | 10110 | 110000 | 1010110 | 1001010 | 101100 | 0 | 1000010 | 11011000 | 111011 | 10101 |
Color Harmonies of #163056
Complementary color
Monochromatic Colors of #163056
Black with #163056
Text Example
Text Example
White with #163056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163056; }
p { color: rgb(22,48,86); }
H1.HeaderClassName
{
color: #163056;
}
.AnyTagClassName
{
color: #163056;
}
</style>
background-color css
<style>
a { background-color: #163056; }
a { background-color: rgb(22,48,86); }
div.DivClassName
{
background-color: #163056;
}
.BgClassName
{
background-color: #163056;
}
</style>
border-color css
<style>
span { border-color: #163056; }
span { border-color: rgb(22,48,86); }
td.TdClassName
{
border-color: #163056;
}
.TagClassName
{
border-color: #163056;
}
</style>