Shades of Catalina Blue #192E58
Tints of Catalina Blue #192E58
RGB
CMYK
RGB Variations
Color information
#192E58 (or 0x192E58) is known color: Catalina Blue. HEX triplet: 19, 2E and 58. RGB value is (25,46,88). Sum of RGB (Red+Green+Blue) = 25+46+88=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #192E58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E58 is #E6D1A7. Grayscale: #2C2C2C. Windows color (decimal): -15126952 or 5778969. OLE color: 5778969.
HSL color Cylindrical-coordinate representation of color #192E58: hue angle of 220º 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 #192E58 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 46 | 88 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.65 |
| HSL | 220º | 0.56% | 0.22% | - |
| HSV(B) | 220º | 0.72% | 0.35% | - |
| XYZ | 3.14 | 2.87 | 9.62 | - |
| YUV | 44.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 88 | 0.72 | 0.48 | 0 | 0.65 | 220 | 0.56 | 0.22 |
| Hex | 19 | 2E | 58 | 48 | 30 | 0 | 41 | DC | 38 | 16 |
| Octal | 31 | 56 | 130 | 110 | 60 | 0 | 101 | 334 | 70 | 26 |
| Binary | 11001 | 101110 | 1011000 | 1001000 | 110000 | 0 | 1000001 | 11011100 | 111000 | 10110 |
Color Harmonies of #192E58
Complementary color
Monochromatic Colors of #192E58
Black with #192E58
Text Example
Text Example
White with #192E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E58; }
p { color: rgb(25,46,88); }
H1.HeaderClassName
{
color: #192E58;
}
.AnyTagClassName
{
color: #192E58;
}
</style>
background-color css
<style>
a { background-color: #192E58; }
a { background-color: rgb(25,46,88); }
div.DivClassName
{
background-color: #192E58;
}
.BgClassName
{
background-color: #192E58;
}
</style>
border-color css
<style>
span { border-color: #192E58; }
span { border-color: rgb(25,46,88); }
td.TdClassName
{
border-color: #192E58;
}
.TagClassName
{
border-color: #192E58;
}
</style>