Shades of Catalina Blue #16315B
Tints of Catalina Blue #16315B
RGB
CMYK
RGB Variations
Color information
#16315B (or 0x16315B) is known color: Catalina Blue. HEX triplet: 16, 31 and 5B. RGB value is (22,49,91). Sum of RGB (Red+Green+Blue) = 22+49+91=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #16315B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16315B is #E9CEA4. Grayscale: #2D2D2D. Windows color (decimal): -15322789 or 5976342. OLE color: 5976342.
HSL color Cylindrical-coordinate representation of color #16315B: hue angle of 216.52º 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 #16315B is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 49 | 91 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.64 |
| HSL | 216.52º | 0.61% | 0.22% | - |
| HSV(B) | 216.52º | 0.76% | 0.36% | - |
| XYZ | 3.32 | 3.12 | 10.33 | - |
| YUV | 45.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 91 | 0.76 | 0.46 | 0 | 0.64 | 216.52 | 0.61 | 0.22 |
| Hex | 16 | 31 | 5B | 4C | 2E | 0 | 40 | D9 | 3D | 16 |
| Octal | 26 | 61 | 133 | 114 | 56 | 0 | 100 | 331 | 75 | 26 |
| Binary | 10110 | 110001 | 1011011 | 1001100 | 101110 | 0 | 1000000 | 11011001 | 111101 | 10110 |
Color Harmonies of #16315B
Complementary color
Monochromatic Colors of #16315B
Black with #16315B
Text Example
Text Example
White with #16315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16315B; }
p { color: rgb(22,49,91); }
H1.HeaderClassName
{
color: #16315B;
}
.AnyTagClassName
{
color: #16315B;
}
</style>
background-color css
<style>
a { background-color: #16315B; }
a { background-color: rgb(22,49,91); }
div.DivClassName
{
background-color: #16315B;
}
.BgClassName
{
background-color: #16315B;
}
</style>
border-color css
<style>
span { border-color: #16315B; }
span { border-color: rgb(22,49,91); }
td.TdClassName
{
border-color: #16315B;
}
.TagClassName
{
border-color: #16315B;
}
</style>