Shades of Catalina Blue #193160
Tints of Catalina Blue #193160
RGB
CMYK
RGB Variations
Color information
#193160 (or 0x193160) is known color: Catalina Blue. HEX triplet: 19, 31 and 60. RGB value is (25,49,96). Sum of RGB (Red+Green+Blue) = 25+49+96=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #193160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193160 is #E6CE9F. Grayscale: #2E2E2E. Windows color (decimal): -15126176 or 6304025. OLE color: 6304025.
HSL color Cylindrical-coordinate representation of color #193160: hue angle of 219.72º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #193160 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 49 | 96 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.62 |
| HSL | 219.72º | 0.59% | 0.24% | - |
| HSV(B) | 219.72º | 0.74% | 0.38% | - |
| XYZ | 3.61 | 3.25 | 11.5 | - |
| YUV | 47.18 | 155.55 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 96 | 0.74 | 0.49 | 0 | 0.62 | 219.72 | 0.59 | 0.24 |
| Hex | 19 | 31 | 60 | 4A | 31 | 0 | 3E | DC | 3B | 18 |
| Octal | 31 | 61 | 140 | 112 | 61 | 0 | 76 | 334 | 73 | 30 |
| Binary | 11001 | 110001 | 1100000 | 1001010 | 110001 | 0 | 111110 | 11011100 | 111011 | 11000 |
Color Harmonies of #193160
Complementary color
Monochromatic Colors of #193160
Black with #193160
Text Example
Text Example
White with #193160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193160; }
p { color: rgb(25,49,96); }
H1.HeaderClassName
{
color: #193160;
}
.AnyTagClassName
{
color: #193160;
}
</style>
background-color css
<style>
a { background-color: #193160; }
a { background-color: rgb(25,49,96); }
div.DivClassName
{
background-color: #193160;
}
.BgClassName
{
background-color: #193160;
}
</style>
border-color css
<style>
span { border-color: #193160; }
span { border-color: rgb(25,49,96); }
td.TdClassName
{
border-color: #193160;
}
.TagClassName
{
border-color: #193160;
}
</style>