Shades of Catalina Blue #16315E
Tints of Catalina Blue #16315E
RGB
CMYK
RGB Variations
Color information
#16315E (or 0x16315E) is known color: Catalina Blue. HEX triplet: 16, 31 and 5E. RGB value is (22,49,94). Sum of RGB (Red+Green+Blue) = 22+49+94=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #16315E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16315E is #E9CEA1. Grayscale: #2D2D2D. Windows color (decimal): -15322786 or 6172950. OLE color: 6172950.
HSL color Cylindrical-coordinate representation of color #16315E: hue angle of 217.5º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16315E is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 49 | 94 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.63 |
| HSL | 217.5º | 0.62% | 0.23% | - |
| HSV(B) | 217.5º | 0.77% | 0.37% | - |
| XYZ | 3.45 | 3.18 | 11.02 | - |
| YUV | 46.06 | 155.05 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 94 | 0.77 | 0.48 | 0 | 0.63 | 217.5 | 0.62 | 0.23 |
| Hex | 16 | 31 | 5E | 4D | 30 | 0 | 3F | DA | 3E | 17 |
| Octal | 26 | 61 | 136 | 115 | 60 | 0 | 77 | 332 | 76 | 27 |
| Binary | 10110 | 110001 | 1011110 | 1001101 | 110000 | 0 | 111111 | 11011010 | 111110 | 10111 |
Color Harmonies of #16315E
Complementary color
Monochromatic Colors of #16315E
Black with #16315E
Text Example
Text Example
White with #16315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16315E; }
p { color: rgb(22,49,94); }
H1.HeaderClassName
{
color: #16315E;
}
.AnyTagClassName
{
color: #16315E;
}
</style>
background-color css
<style>
a { background-color: #16315E; }
a { background-color: rgb(22,49,94); }
div.DivClassName
{
background-color: #16315E;
}
.BgClassName
{
background-color: #16315E;
}
</style>
border-color css
<style>
span { border-color: #16315E; }
span { border-color: rgb(22,49,94); }
td.TdClassName
{
border-color: #16315E;
}
.TagClassName
{
border-color: #16315E;
}
</style>