Shades of Catalina Blue #19335D
Tints of Catalina Blue #19335D
RGB
CMYK
RGB Variations
Color information
#19335D (or 0x19335D) is known color: Catalina Blue. HEX triplet: 19, 33 and 5D. RGB value is (25,51,93). Sum of RGB (Red+Green+Blue) = 25+51+93=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #19335D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19335D is #E6CCA2. Grayscale: #2F2F2F. Windows color (decimal): -15125667 or 6107929. OLE color: 6107929.
HSL color Cylindrical-coordinate representation of color #19335D: hue angle of 217.06º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19335D is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 51 | 93 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.64 |
| HSL | 217.06º | 0.58% | 0.23% | - |
| HSV(B) | 217.06º | 0.73% | 0.36% | - |
| XYZ | 3.56 | 3.36 | 10.82 | - |
| YUV | 48.01 | 153.39 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 93 | 0.73 | 0.45 | 0 | 0.64 | 217.06 | 0.58 | 0.23 |
| Hex | 19 | 33 | 5D | 49 | 2D | 0 | 40 | D9 | 3A | 17 |
| Octal | 31 | 63 | 135 | 111 | 55 | 0 | 100 | 331 | 72 | 27 |
| Binary | 11001 | 110011 | 1011101 | 1001001 | 101101 | 0 | 1000000 | 11011001 | 111010 | 10111 |
Color Harmonies of #19335D
Complementary color
Monochromatic Colors of #19335D
Black with #19335D
Text Example
Text Example
White with #19335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19335D; }
p { color: rgb(25,51,93); }
H1.HeaderClassName
{
color: #19335D;
}
.AnyTagClassName
{
color: #19335D;
}
</style>
background-color css
<style>
a { background-color: #19335D; }
a { background-color: rgb(25,51,93); }
div.DivClassName
{
background-color: #19335D;
}
.BgClassName
{
background-color: #19335D;
}
</style>
border-color css
<style>
span { border-color: #19335D; }
span { border-color: rgb(25,51,93); }
td.TdClassName
{
border-color: #19335D;
}
.TagClassName
{
border-color: #19335D;
}
</style>