Shades of Catalina Blue #193464
Tints of Catalina Blue #193464
RGB
CMYK
RGB Variations
Color information
#193464 (or 0x193464) is known color: Catalina Blue. HEX triplet: 19, 34 and 64. RGB value is (25,52,100). Sum of RGB (Red+Green+Blue) = 25+52+100=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 100 (39.45% from 255 or 56.50% from 177); Max value from RGB is 100 - color contains mainly: blue. Hex color #193464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193464 is #E6CB9B. Grayscale: #313131. Windows color (decimal): -15125404 or 6566937. OLE color: 6566937.
HSL color Cylindrical-coordinate representation of color #193464: hue angle of 218.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193464 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 52 | 100 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.61 |
| HSL | 218.4º | 0.6% | 0.25% | - |
| HSV(B) | 218.4º | 0.75% | 0.39% | - |
| XYZ | 3.93 | 3.58 | 12.54 | - |
| YUV | 49.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 100 | 0.75 | 0.48 | 0 | 0.61 | 218.4 | 0.6 | 0.25 |
| Hex | 19 | 34 | 64 | 4B | 30 | 0 | 3D | DA | 3C | 19 |
| Octal | 31 | 64 | 144 | 113 | 60 | 0 | 75 | 332 | 74 | 31 |
| Binary | 11001 | 110100 | 1100100 | 1001011 | 110000 | 0 | 111101 | 11011010 | 111100 | 11001 |
Color Harmonies of #193464
Complementary color
Monochromatic Colors of #193464
Black with #193464
Text Example
Text Example
White with #193464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193464; }
p { color: rgb(25,52,100); }
H1.HeaderClassName
{
color: #193464;
}
.AnyTagClassName
{
color: #193464;
}
</style>
background-color css
<style>
a { background-color: #193464; }
a { background-color: rgb(25,52,100); }
div.DivClassName
{
background-color: #193464;
}
.BgClassName
{
background-color: #193464;
}
</style>
border-color css
<style>
span { border-color: #193464; }
span { border-color: rgb(25,52,100); }
td.TdClassName
{
border-color: #193464;
}
.TagClassName
{
border-color: #193464;
}
</style>