Shades of Catalina Blue #16345D
Tints of Catalina Blue #16345D
RGB
CMYK
RGB Variations
Color information
#16345D (or 0x16345D) is known color: Catalina Blue. HEX triplet: 16, 34 and 5D. RGB value is (22,52,93). Sum of RGB (Red+Green+Blue) = 22+52+93=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #16345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16345D is #E9CBA2. Grayscale: #2F2F2F. Windows color (decimal): -15322019 or 6108182. OLE color: 6108182.
HSL color Cylindrical-coordinate representation of color #16345D: hue angle of 214.65º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16345D is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 52 | 93 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.64 |
| HSL | 214.65º | 0.62% | 0.23% | - |
| HSV(B) | 214.65º | 0.76% | 0.36% | - |
| XYZ | 3.53 | 3.42 | 10.83 | - |
| YUV | 47.7 | 153.56 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 93 | 0.76 | 0.44 | 0 | 0.64 | 214.65 | 0.62 | 0.23 |
| Hex | 16 | 34 | 5D | 4C | 2C | 0 | 40 | D7 | 3E | 17 |
| Octal | 26 | 64 | 135 | 114 | 54 | 0 | 100 | 327 | 76 | 27 |
| Binary | 10110 | 110100 | 1011101 | 1001100 | 101100 | 0 | 1000000 | 11010111 | 111110 | 10111 |
Color Harmonies of #16345D
Complementary color
Monochromatic Colors of #16345D
Black with #16345D
Text Example
Text Example
White with #16345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16345D; }
p { color: rgb(22,52,93); }
H1.HeaderClassName
{
color: #16345D;
}
.AnyTagClassName
{
color: #16345D;
}
</style>
background-color css
<style>
a { background-color: #16345D; }
a { background-color: rgb(22,52,93); }
div.DivClassName
{
background-color: #16345D;
}
.BgClassName
{
background-color: #16345D;
}
</style>
border-color css
<style>
span { border-color: #16345D; }
span { border-color: rgb(22,52,93); }
td.TdClassName
{
border-color: #16345D;
}
.TagClassName
{
border-color: #16345D;
}
</style>