Shades of Catalina Blue #19366A
Tints of Catalina Blue #19366A
RGB
CMYK
RGB Variations
Color information
#19366A (or 0x19366A) is known color: Catalina Blue. HEX triplet: 19, 36 and 6A. RGB value is (25,54,106). Sum of RGB (Red+Green+Blue) = 25+54+106=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 106 (41.80% from 255 or 57.30% from 185); Max value from RGB is 106 - color contains mainly: blue. Hex color #19366A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19366A is #E6C995. Grayscale: #333333. Windows color (decimal): -15124886 or 6960665. OLE color: 6960665.
HSL color Cylindrical-coordinate representation of color #19366A: hue angle of 218.52º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19366A is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 54 | 106 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.58 |
| HSL | 218.52º | 0.62% | 0.26% | - |
| HSV(B) | 218.52º | 0.76% | 0.42% | - |
| XYZ | 4.32 | 3.89 | 14.16 | - |
| YUV | 51.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 106 | 0.76 | 0.49 | 0 | 0.58 | 218.52 | 0.62 | 0.26 |
| Hex | 19 | 36 | 6A | 4C | 31 | 0 | 3A | DB | 3E | 1A |
| Octal | 31 | 66 | 152 | 114 | 61 | 0 | 72 | 333 | 76 | 32 |
| Binary | 11001 | 110110 | 1101010 | 1001100 | 110001 | 0 | 111010 | 11011011 | 111110 | 11010 |
Color Harmonies of #19366A
Complementary color
Monochromatic Colors of #19366A
Black with #19366A
Text Example
Text Example
White with #19366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19366A; }
p { color: rgb(25,54,106); }
H1.HeaderClassName
{
color: #19366A;
}
.AnyTagClassName
{
color: #19366A;
}
</style>
background-color css
<style>
a { background-color: #19366A; }
a { background-color: rgb(25,54,106); }
div.DivClassName
{
background-color: #19366A;
}
.BgClassName
{
background-color: #19366A;
}
</style>
border-color css
<style>
span { border-color: #19366A; }
span { border-color: rgb(25,54,106); }
td.TdClassName
{
border-color: #19366A;
}
.TagClassName
{
border-color: #19366A;
}
</style>