Shades of Catalina Blue #193865
Tints of Catalina Blue #193865
RGB
CMYK
RGB Variations
Color information
#193865 (or 0x193865) is known color: Catalina Blue. HEX triplet: 19, 38 and 65. RGB value is (25,56,101). Sum of RGB (Red+Green+Blue) = 25+56+101=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #193865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193865 is #E6C79A. Grayscale: #333333. Windows color (decimal): -15124379 or 6633497. OLE color: 6633497.
HSL color Cylindrical-coordinate representation of color #193865: hue angle of 215.53º degrees, saturation: 0.6, 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 #193865 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 56 | 101 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.60 |
| HSL | 215.53º | 0.6% | 0.25% | - |
| HSV(B) | 215.53º | 0.75% | 0.4% | - |
| XYZ | 4.16 | 3.97 | 12.86 | - |
| YUV | 51.86 | 155.73 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 101 | 0.75 | 0.45 | 0 | 0.60 | 215.53 | 0.6 | 0.25 |
| Hex | 19 | 38 | 65 | 4B | 2D | 0 | 3C | D8 | 3C | 19 |
| Octal | 31 | 70 | 145 | 113 | 55 | 0 | 74 | 330 | 74 | 31 |
| Binary | 11001 | 111000 | 1100101 | 1001011 | 101101 | 0 | 111100 | 11011000 | 111100 | 11001 |
Color Harmonies of #193865
Complementary color
Monochromatic Colors of #193865
Black with #193865
Text Example
Text Example
White with #193865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193865; }
p { color: rgb(25,56,101); }
H1.HeaderClassName
{
color: #193865;
}
.AnyTagClassName
{
color: #193865;
}
</style>
background-color css
<style>
a { background-color: #193865; }
a { background-color: rgb(25,56,101); }
div.DivClassName
{
background-color: #193865;
}
.BgClassName
{
background-color: #193865;
}
</style>
border-color css
<style>
span { border-color: #193865; }
span { border-color: rgb(25,56,101); }
td.TdClassName
{
border-color: #193865;
}
.TagClassName
{
border-color: #193865;
}
</style>