Shades of Catalina Blue #192C58
Tints of Catalina Blue #192C58
RGB
CMYK
RGB Variations
Color information
#192C58 (or 0x192C58) is known color: Catalina Blue. HEX triplet: 19, 2C and 58. RGB value is (25,44,88). Sum of RGB (Red+Green+Blue) = 25+44+88=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #192C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192C58 is #E6D3A7. Grayscale: #2B2B2B. Windows color (decimal): -15127464 or 5778457. OLE color: 5778457.
HSL color Cylindrical-coordinate representation of color #192C58: hue angle of 221.9º 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 #192C58 is Cyan = 0.72, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 44 | 88 | - |
| CMYK | 0.72 | 0.5 | 0 | 0.65 |
| HSL | 221.9º | 0.56% | 0.22% | - |
| HSV(B) | 221.9º | 0.72% | 0.35% | - |
| XYZ | 3.06 | 2.71 | 9.59 | - |
| YUV | 43.34 | 153.21 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 88 | 0.72 | 0.5 | 0 | 0.65 | 221.9 | 0.56 | 0.22 |
| Hex | 19 | 2C | 58 | 48 | 32 | 0 | 41 | DE | 38 | 16 |
| Octal | 31 | 54 | 130 | 110 | 62 | 0 | 101 | 336 | 70 | 26 |
| Binary | 11001 | 101100 | 1011000 | 1001000 | 110010 | 0 | 1000001 | 11011110 | 111000 | 10110 |
Color Harmonies of #192C58
Complementary color
Monochromatic Colors of #192C58
Black with #192C58
Text Example
Text Example
White with #192C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192C58; }
p { color: rgb(25,44,88); }
H1.HeaderClassName
{
color: #192C58;
}
.AnyTagClassName
{
color: #192C58;
}
</style>
background-color css
<style>
a { background-color: #192C58; }
a { background-color: rgb(25,44,88); }
div.DivClassName
{
background-color: #192C58;
}
.BgClassName
{
background-color: #192C58;
}
</style>
border-color css
<style>
span { border-color: #192C58; }
span { border-color: rgb(25,44,88); }
td.TdClassName
{
border-color: #192C58;
}
.TagClassName
{
border-color: #192C58;
}
</style>