Shades of Catalina Blue #19325F
Tints of Catalina Blue #19325F
RGB
CMYK
RGB Variations
Color information
#19325F (or 0x19325F) is known color: Catalina Blue. HEX triplet: 19, 32 and 5F. RGB value is (25,50,95). Sum of RGB (Red+Green+Blue) = 25+50+95=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #19325F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19325F is #E6CDA0. Grayscale: #2F2F2F. Windows color (decimal): -15125921 or 6238745. OLE color: 6238745.
HSL color Cylindrical-coordinate representation of color #19325F: hue angle of 218.57º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19325F is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 50 | 95 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.63 |
| HSL | 218.57º | 0.58% | 0.24% | - |
| HSV(B) | 218.57º | 0.74% | 0.37% | - |
| XYZ | 3.61 | 3.31 | 11.28 | - |
| YUV | 47.66 | 154.72 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 95 | 0.74 | 0.47 | 0 | 0.63 | 218.57 | 0.58 | 0.24 |
| Hex | 19 | 32 | 5F | 4A | 2F | 0 | 3F | DB | 3A | 18 |
| Octal | 31 | 62 | 137 | 112 | 57 | 0 | 77 | 333 | 72 | 30 |
| Binary | 11001 | 110010 | 1011111 | 1001010 | 101111 | 0 | 111111 | 11011011 | 111010 | 11000 |
Color Harmonies of #19325F
Complementary color
Monochromatic Colors of #19325F
Black with #19325F
Text Example
Text Example
White with #19325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19325F; }
p { color: rgb(25,50,95); }
H1.HeaderClassName
{
color: #19325F;
}
.AnyTagClassName
{
color: #19325F;
}
</style>
background-color css
<style>
a { background-color: #19325F; }
a { background-color: rgb(25,50,95); }
div.DivClassName
{
background-color: #19325F;
}
.BgClassName
{
background-color: #19325F;
}
</style>
border-color css
<style>
span { border-color: #19325F; }
span { border-color: rgb(25,50,95); }
td.TdClassName
{
border-color: #19325F;
}
.TagClassName
{
border-color: #19325F;
}
</style>