Shades of Catalina Blue #193264
Tints of Catalina Blue #193264
RGB
CMYK
RGB Variations
Color information
#193264 (or 0x193264) is known color: Catalina Blue. HEX triplet: 19, 32 and 64. RGB value is (25,50,100). Sum of RGB (Red+Green+Blue) = 25+50+100=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 100 (39.45% from 255 or 57.14% from 175); Max value from RGB is 100 - color contains mainly: blue. Hex color #193264 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193264 is #E6CD9B. Grayscale: #303030. Windows color (decimal): -15125916 or 6566425. OLE color: 6566425.
HSL color Cylindrical-coordinate representation of color #193264: hue angle of 220º 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 #193264 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 50 | 100 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.61 |
| HSL | 220º | 0.6% | 0.25% | - |
| HSV(B) | 220º | 0.75% | 0.39% | - |
| XYZ | 3.84 | 3.41 | 12.51 | - |
| YUV | 48.23 | 157.22 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 100 | 0.75 | 0.50 | 0 | 0.61 | 220 | 0.6 | 0.25 |
| Hex | 19 | 32 | 64 | 4B | 32 | 0 | 3D | DC | 3C | 19 |
| Octal | 31 | 62 | 144 | 113 | 62 | 0 | 75 | 334 | 74 | 31 |
| Binary | 11001 | 110010 | 1100100 | 1001011 | 110010 | 0 | 111101 | 11011100 | 111100 | 11001 |
Color Harmonies of #193264
Complementary color
Monochromatic Colors of #193264
Black with #193264
Text Example
Text Example
White with #193264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193264; }
p { color: rgb(25,50,100); }
H1.HeaderClassName
{
color: #193264;
}
.AnyTagClassName
{
color: #193264;
}
</style>
background-color css
<style>
a { background-color: #193264; }
a { background-color: rgb(25,50,100); }
div.DivClassName
{
background-color: #193264;
}
.BgClassName
{
background-color: #193264;
}
</style>
border-color css
<style>
span { border-color: #193264; }
span { border-color: rgb(25,50,100); }
td.TdClassName
{
border-color: #193264;
}
.TagClassName
{
border-color: #193264;
}
</style>