Shades of Catalina Blue #193159
Tints of Catalina Blue #193159
RGB
CMYK
RGB Variations
Color information
#193159 (or 0x193159) is known color: Catalina Blue. HEX triplet: 19, 31 and 59. RGB value is (25,49,89). Sum of RGB (Red+Green+Blue) = 25+49+89=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #193159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193159 is #E6CEA6. Grayscale: #2E2E2E. Windows color (decimal): -15126183 or 5845273. OLE color: 5845273.
HSL color Cylindrical-coordinate representation of color #193159: hue angle of 217.5º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #193159 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 49 | 89 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.65 |
| HSL | 217.5º | 0.56% | 0.22% | - |
| HSV(B) | 217.5º | 0.72% | 0.35% | - |
| XYZ | 3.3 | 3.12 | 9.88 | - |
| YUV | 46.38 | 152.05 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 89 | 0.72 | 0.45 | 0 | 0.65 | 217.5 | 0.56 | 0.22 |
| Hex | 19 | 31 | 59 | 48 | 2D | 0 | 41 | DA | 38 | 16 |
| Octal | 31 | 61 | 131 | 110 | 55 | 0 | 101 | 332 | 70 | 26 |
| Binary | 11001 | 110001 | 1011001 | 1001000 | 101101 | 0 | 1000001 | 11011010 | 111000 | 10110 |
Color Harmonies of #193159
Complementary color
Monochromatic Colors of #193159
Black with #193159
Text Example
Text Example
White with #193159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193159; }
p { color: rgb(25,49,89); }
H1.HeaderClassName
{
color: #193159;
}
.AnyTagClassName
{
color: #193159;
}
</style>
background-color css
<style>
a { background-color: #193159; }
a { background-color: rgb(25,49,89); }
div.DivClassName
{
background-color: #193159;
}
.BgClassName
{
background-color: #193159;
}
</style>
border-color css
<style>
span { border-color: #193159; }
span { border-color: rgb(25,49,89); }
td.TdClassName
{
border-color: #193159;
}
.TagClassName
{
border-color: #193159;
}
</style>