Shades of Catalina Blue #19345D
Tints of Catalina Blue #19345D
RGB
CMYK
RGB Variations
Color information
#19345D (or 0x19345D) is known color: Catalina Blue. HEX triplet: 19, 34 and 5D. RGB value is (25,52,93). Sum of RGB (Red+Green+Blue) = 25+52+93=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #19345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19345D is #E6CBA2. Grayscale: #303030. Windows color (decimal): -15125411 or 6108185. OLE color: 6108185.
HSL color Cylindrical-coordinate representation of color #19345D: hue angle of 216.18º 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 #19345D is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 52 | 93 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.64 |
| HSL | 216.18º | 0.58% | 0.23% | - |
| HSV(B) | 216.18º | 0.73% | 0.36% | - |
| XYZ | 3.6 | 3.45 | 10.83 | - |
| YUV | 48.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 93 | 0.73 | 0.44 | 0 | 0.64 | 216.18 | 0.58 | 0.23 |
| Hex | 19 | 34 | 5D | 49 | 2C | 0 | 40 | D8 | 3A | 17 |
| Octal | 31 | 64 | 135 | 111 | 54 | 0 | 100 | 330 | 72 | 27 |
| Binary | 11001 | 110100 | 1011101 | 1001001 | 101100 | 0 | 1000000 | 11011000 | 111010 | 10111 |
Color Harmonies of #19345D
Complementary color
Monochromatic Colors of #19345D
Black with #19345D
Text Example
Text Example
White with #19345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19345D; }
p { color: rgb(25,52,93); }
H1.HeaderClassName
{
color: #19345D;
}
.AnyTagClassName
{
color: #19345D;
}
</style>
background-color css
<style>
a { background-color: #19345D; }
a { background-color: rgb(25,52,93); }
div.DivClassName
{
background-color: #19345D;
}
.BgClassName
{
background-color: #19345D;
}
</style>
border-color css
<style>
span { border-color: #19345D; }
span { border-color: rgb(25,52,93); }
td.TdClassName
{
border-color: #19345D;
}
.TagClassName
{
border-color: #19345D;
}
</style>