Shades of Catalina Blue #19365E
Tints of Catalina Blue #19365E
RGB
CMYK
RGB Variations
Color information
#19365E (or 0x19365E) is known color: Catalina Blue. HEX triplet: 19, 36 and 5E. RGB value is (25,54,94). Sum of RGB (Red+Green+Blue) = 25+54+94=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #19365E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19365E is #E6C9A1. Grayscale: #313131. Windows color (decimal): -15124898 or 6174233. OLE color: 6174233.
HSL color Cylindrical-coordinate representation of color #19365E: hue angle of 214.78º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19365E is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 54 | 94 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.63 |
| HSL | 214.78º | 0.58% | 0.23% | - |
| HSV(B) | 214.78º | 0.73% | 0.37% | - |
| XYZ | 3.74 | 3.65 | 11.1 | - |
| YUV | 49.89 | 152.89 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 94 | 0.73 | 0.43 | 0 | 0.63 | 214.78 | 0.58 | 0.23 |
| Hex | 19 | 36 | 5E | 49 | 2B | 0 | 3F | D7 | 3A | 17 |
| Octal | 31 | 66 | 136 | 111 | 53 | 0 | 77 | 327 | 72 | 27 |
| Binary | 11001 | 110110 | 1011110 | 1001001 | 101011 | 0 | 111111 | 11010111 | 111010 | 10111 |
Color Harmonies of #19365E
Complementary color
Monochromatic Colors of #19365E
Black with #19365E
Text Example
Text Example
White with #19365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19365E; }
p { color: rgb(25,54,94); }
H1.HeaderClassName
{
color: #19365E;
}
.AnyTagClassName
{
color: #19365E;
}
</style>
background-color css
<style>
a { background-color: #19365E; }
a { background-color: rgb(25,54,94); }
div.DivClassName
{
background-color: #19365E;
}
.BgClassName
{
background-color: #19365E;
}
</style>
border-color css
<style>
span { border-color: #19365E; }
span { border-color: rgb(25,54,94); }
td.TdClassName
{
border-color: #19365E;
}
.TagClassName
{
border-color: #19365E;
}
</style>