Shades of Catalina Blue #19315D
Tints of Catalina Blue #19315D
RGB
CMYK
RGB Variations
Color information
#19315D (or 0x19315D) is known color: Catalina Blue. HEX triplet: 19, 31 and 5D. RGB value is (25,49,93). Sum of RGB (Red+Green+Blue) = 25+49+93=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #19315D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19315D is #E6CEA2. Grayscale: #2E2E2E. Windows color (decimal): -15126179 or 6107417. OLE color: 6107417.
HSL color Cylindrical-coordinate representation of color #19315D: hue angle of 218.82º 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 #19315D is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 49 | 93 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.64 |
| HSL | 218.82º | 0.58% | 0.23% | - |
| HSV(B) | 218.82º | 0.73% | 0.36% | - |
| XYZ | 3.48 | 3.19 | 10.79 | - |
| YUV | 46.84 | 154.05 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 93 | 0.73 | 0.47 | 0 | 0.64 | 218.82 | 0.58 | 0.23 |
| Hex | 19 | 31 | 5D | 49 | 2F | 0 | 40 | DB | 3A | 17 |
| Octal | 31 | 61 | 135 | 111 | 57 | 0 | 100 | 333 | 72 | 27 |
| Binary | 11001 | 110001 | 1011101 | 1001001 | 101111 | 0 | 1000000 | 11011011 | 111010 | 10111 |
Color Harmonies of #19315D
Complementary color
Monochromatic Colors of #19315D
Black with #19315D
Text Example
Text Example
White with #19315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19315D; }
p { color: rgb(25,49,93); }
H1.HeaderClassName
{
color: #19315D;
}
.AnyTagClassName
{
color: #19315D;
}
</style>
background-color css
<style>
a { background-color: #19315D; }
a { background-color: rgb(25,49,93); }
div.DivClassName
{
background-color: #19315D;
}
.BgClassName
{
background-color: #19315D;
}
</style>
border-color css
<style>
span { border-color: #19315D; }
span { border-color: rgb(25,49,93); }
td.TdClassName
{
border-color: #19315D;
}
.TagClassName
{
border-color: #19315D;
}
</style>