Shades of Catalina Blue #193666
Tints of Catalina Blue #193666
RGB
CMYK
RGB Variations
Color information
#193666 (or 0x193666) is known color: Catalina Blue. HEX triplet: 19, 36 and 66. RGB value is (25,54,102). Sum of RGB (Red+Green+Blue) = 25+54+102=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #193666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193666 is #E6C999. Grayscale: #323232. Windows color (decimal): -15124890 or 6698521. OLE color: 6698521.
HSL color Cylindrical-coordinate representation of color #193666: hue angle of 217.4º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193666 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 54 | 102 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.6 |
| HSL | 217.4º | 0.61% | 0.25% | - |
| HSV(B) | 217.4º | 0.75% | 0.4% | - |
| XYZ | 4.12 | 3.8 | 13.09 | - |
| YUV | 50.8 | 156.89 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 102 | 0.75 | 0.47 | 0 | 0.6 | 217.4 | 0.61 | 0.25 |
| Hex | 19 | 36 | 66 | 4B | 2F | 0 | 3C | D9 | 3D | 19 |
| Octal | 31 | 66 | 146 | 113 | 57 | 0 | 74 | 331 | 75 | 31 |
| Binary | 11001 | 110110 | 1100110 | 1001011 | 101111 | 0 | 111100 | 11011001 | 111101 | 11001 |
Color Harmonies of #193666
Complementary color
Monochromatic Colors of #193666
Black with #193666
Text Example
Text Example
White with #193666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193666; }
p { color: rgb(25,54,102); }
H1.HeaderClassName
{
color: #193666;
}
.AnyTagClassName
{
color: #193666;
}
</style>
background-color css
<style>
a { background-color: #193666; }
a { background-color: rgb(25,54,102); }
div.DivClassName
{
background-color: #193666;
}
.BgClassName
{
background-color: #193666;
}
</style>
border-color css
<style>
span { border-color: #193666; }
span { border-color: rgb(25,54,102); }
td.TdClassName
{
border-color: #193666;
}
.TagClassName
{
border-color: #193666;
}
</style>