Shades of Catalina Blue #16325B
Tints of Catalina Blue #16325B
RGB
CMYK
RGB Variations
Color information
#16325B (or 0x16325B) is known color: Catalina Blue. HEX triplet: 16, 32 and 5B. RGB value is (22,50,91). Sum of RGB (Red+Green+Blue) = 22+50+91=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #16325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16325B is #E9CDA4. Grayscale: #2E2E2E. Windows color (decimal): -15322533 or 5976598. OLE color: 5976598.
HSL color Cylindrical-coordinate representation of color #16325B: hue angle of 215.65º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16325B is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 50 | 91 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.64 |
| HSL | 215.65º | 0.61% | 0.22% | - |
| HSV(B) | 215.65º | 0.76% | 0.36% | - |
| XYZ | 3.36 | 3.21 | 10.34 | - |
| YUV | 46.3 | 153.22 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 91 | 0.76 | 0.45 | 0 | 0.64 | 215.65 | 0.61 | 0.22 |
| Hex | 16 | 32 | 5B | 4C | 2D | 0 | 40 | D8 | 3D | 16 |
| Octal | 26 | 62 | 133 | 114 | 55 | 0 | 100 | 330 | 75 | 26 |
| Binary | 10110 | 110010 | 1011011 | 1001100 | 101101 | 0 | 1000000 | 11011000 | 111101 | 10110 |
Color Harmonies of #16325B
Complementary color
Monochromatic Colors of #16325B
Black with #16325B
Text Example
Text Example
White with #16325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16325B; }
p { color: rgb(22,50,91); }
H1.HeaderClassName
{
color: #16325B;
}
.AnyTagClassName
{
color: #16325B;
}
</style>
background-color css
<style>
a { background-color: #16325B; }
a { background-color: rgb(22,50,91); }
div.DivClassName
{
background-color: #16325B;
}
.BgClassName
{
background-color: #16325B;
}
</style>
border-color css
<style>
span { border-color: #16325B; }
span { border-color: rgb(22,50,91); }
td.TdClassName
{
border-color: #16325B;
}
.TagClassName
{
border-color: #16325B;
}
</style>