Shades of Catalina Blue #193866
Tints of Catalina Blue #193866
RGB
CMYK
RGB Variations
Color information
#193866 (or 0x193866) is known color: Catalina Blue. HEX triplet: 19, 38 and 66. RGB value is (25,56,102). Sum of RGB (Red+Green+Blue) = 25+56+102=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #193866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193866 is #E6C799. Grayscale: #333333. Windows color (decimal): -15124378 or 6699033. OLE color: 6699033.
HSL color Cylindrical-coordinate representation of color #193866: hue angle of 215.84º 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 #193866 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 56 | 102 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.6 |
| HSL | 215.84º | 0.61% | 0.25% | - |
| HSV(B) | 215.84º | 0.75% | 0.4% | - |
| XYZ | 4.21 | 3.99 | 13.12 | - |
| YUV | 51.98 | 156.23 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 102 | 0.75 | 0.45 | 0 | 0.6 | 215.84 | 0.61 | 0.25 |
| Hex | 19 | 38 | 66 | 4B | 2D | 0 | 3C | D8 | 3D | 19 |
| Octal | 31 | 70 | 146 | 113 | 55 | 0 | 74 | 330 | 75 | 31 |
| Binary | 11001 | 111000 | 1100110 | 1001011 | 101101 | 0 | 111100 | 11011000 | 111101 | 11001 |
Color Harmonies of #193866
Complementary color
Monochromatic Colors of #193866
Black with #193866
Text Example
Text Example
White with #193866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193866; }
p { color: rgb(25,56,102); }
H1.HeaderClassName
{
color: #193866;
}
.AnyTagClassName
{
color: #193866;
}
</style>
background-color css
<style>
a { background-color: #193866; }
a { background-color: rgb(25,56,102); }
div.DivClassName
{
background-color: #193866;
}
.BgClassName
{
background-color: #193866;
}
</style>
border-color css
<style>
span { border-color: #193866; }
span { border-color: rgb(25,56,102); }
td.TdClassName
{
border-color: #193866;
}
.TagClassName
{
border-color: #193866;
}
</style>