Shades of Catalina Blue #193662
Tints of Catalina Blue #193662
RGB
CMYK
RGB Variations
Color information
#193662 (or 0x193662) is known color: Catalina Blue. HEX triplet: 19, 36 and 62. RGB value is (25,54,98). Sum of RGB (Red+Green+Blue) = 25+54+98=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #193662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193662 is #E6C99D. Grayscale: #323232. Windows color (decimal): -15124894 or 6436377. OLE color: 6436377.
HSL color Cylindrical-coordinate representation of color #193662: hue angle of 216.16º 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 #193662 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 54 | 98 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.62 |
| HSL | 216.16º | 0.59% | 0.24% | - |
| HSV(B) | 216.16º | 0.74% | 0.38% | - |
| XYZ | 3.92 | 3.73 | 12.07 | - |
| YUV | 50.35 | 154.89 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 98 | 0.74 | 0.45 | 0 | 0.62 | 216.16 | 0.59 | 0.24 |
| Hex | 19 | 36 | 62 | 4A | 2D | 0 | 3E | D8 | 3B | 18 |
| Octal | 31 | 66 | 142 | 112 | 55 | 0 | 76 | 330 | 73 | 30 |
| Binary | 11001 | 110110 | 1100010 | 1001010 | 101101 | 0 | 111110 | 11011000 | 111011 | 11000 |
Color Harmonies of #193662
Complementary color
Monochromatic Colors of #193662
Black with #193662
Text Example
Text Example
White with #193662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193662; }
p { color: rgb(25,54,98); }
H1.HeaderClassName
{
color: #193662;
}
.AnyTagClassName
{
color: #193662;
}
</style>
background-color css
<style>
a { background-color: #193662; }
a { background-color: rgb(25,54,98); }
div.DivClassName
{
background-color: #193662;
}
.BgClassName
{
background-color: #193662;
}
</style>
border-color css
<style>
span { border-color: #193662; }
span { border-color: rgb(25,54,98); }
td.TdClassName
{
border-color: #193662;
}
.TagClassName
{
border-color: #193662;
}
</style>