Shades of Catalina Blue #192F59
Tints of Catalina Blue #192F59
RGB
CMYK
RGB Variations
Color information
#192F59 (or 0x192F59) is known color: Catalina Blue. HEX triplet: 19, 2F and 59. RGB value is (25,47,89). Sum of RGB (Red+Green+Blue) = 25+47+89=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #192F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F59 is #E6D0A6. Grayscale: #2D2D2D. Windows color (decimal): -15126695 or 5844761. OLE color: 5844761.
HSL color Cylindrical-coordinate representation of color #192F59: hue angle of 219.38º 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 #192F59 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 47 | 89 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.65 |
| HSL | 219.38º | 0.56% | 0.22% | - |
| HSV(B) | 219.38º | 0.72% | 0.35% | - |
| XYZ | 3.22 | 2.96 | 9.85 | - |
| YUV | 45.21 | 152.71 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 89 | 0.72 | 0.47 | 0 | 0.65 | 219.38 | 0.56 | 0.22 |
| Hex | 19 | 2F | 59 | 48 | 2F | 0 | 41 | DB | 38 | 16 |
| Octal | 31 | 57 | 131 | 110 | 57 | 0 | 101 | 333 | 70 | 26 |
| Binary | 11001 | 101111 | 1011001 | 1001000 | 101111 | 0 | 1000001 | 11011011 | 111000 | 10110 |
Color Harmonies of #192F59
Complementary color
Monochromatic Colors of #192F59
Black with #192F59
Text Example
Text Example
White with #192F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F59; }
p { color: rgb(25,47,89); }
H1.HeaderClassName
{
color: #192F59;
}
.AnyTagClassName
{
color: #192F59;
}
</style>
background-color css
<style>
a { background-color: #192F59; }
a { background-color: rgb(25,47,89); }
div.DivClassName
{
background-color: #192F59;
}
.BgClassName
{
background-color: #192F59;
}
</style>
border-color css
<style>
span { border-color: #192F59; }
span { border-color: rgb(25,47,89); }
td.TdClassName
{
border-color: #192F59;
}
.TagClassName
{
border-color: #192F59;
}
</style>