Shades of Catalina Blue #19325A
Tints of Catalina Blue #19325A
RGB
CMYK
RGB Variations
Color information
#19325A (or 0x19325A) is known color: Catalina Blue. HEX triplet: 19, 32 and 5A. RGB value is (25,50,90). Sum of RGB (Red+Green+Blue) = 25+50+90=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #19325A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19325A is #E6CDA5. Grayscale: #2E2E2E. Windows color (decimal): -15125926 or 5911065. OLE color: 5911065.
HSL color Cylindrical-coordinate representation of color #19325A: hue angle of 216.92º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19325A is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 50 | 90 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.65 |
| HSL | 216.92º | 0.57% | 0.23% | - |
| HSV(B) | 216.92º | 0.72% | 0.35% | - |
| XYZ | 3.39 | 3.23 | 10.12 | - |
| YUV | 47.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 90 | 0.72 | 0.44 | 0 | 0.65 | 216.92 | 0.57 | 0.23 |
| Hex | 19 | 32 | 5A | 48 | 2C | 0 | 41 | D9 | 39 | 17 |
| Octal | 31 | 62 | 132 | 110 | 54 | 0 | 101 | 331 | 71 | 27 |
| Binary | 11001 | 110010 | 1011010 | 1001000 | 101100 | 0 | 1000001 | 11011001 | 111001 | 10111 |
Color Harmonies of #19325A
Complementary color
Monochromatic Colors of #19325A
Black with #19325A
Text Example
Text Example
White with #19325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19325A; }
p { color: rgb(25,50,90); }
H1.HeaderClassName
{
color: #19325A;
}
.AnyTagClassName
{
color: #19325A;
}
</style>
background-color css
<style>
a { background-color: #19325A; }
a { background-color: rgb(25,50,90); }
div.DivClassName
{
background-color: #19325A;
}
.BgClassName
{
background-color: #19325A;
}
</style>
border-color css
<style>
span { border-color: #19325A; }
span { border-color: rgb(25,50,90); }
td.TdClassName
{
border-color: #19325A;
}
.TagClassName
{
border-color: #19325A;
}
</style>