Shades of Catalina Blue #193764
Tints of Catalina Blue #193764
RGB
CMYK
RGB Variations
Color information
#193764 (or 0x193764) is known color: Catalina Blue. HEX triplet: 19, 37 and 64. RGB value is (25,55,100). Sum of RGB (Red+Green+Blue) = 25+55+100=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 100 (39.45% from 255 or 55.56% from 180); Max value from RGB is 100 - color contains mainly: blue. Hex color #193764 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193764 is #E6C89B. Grayscale: #323232. Windows color (decimal): -15124636 or 6567705. OLE color: 6567705.
HSL color Cylindrical-coordinate representation of color #193764: hue angle of 216º 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 #193764 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 55 | 100 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.61 |
| HSL | 216º | 0.6% | 0.25% | - |
| HSV(B) | 216º | 0.75% | 0.39% | - |
| XYZ | 4.07 | 3.86 | 12.59 | - |
| YUV | 51.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 100 | 0.75 | 0.45 | 0 | 0.61 | 216 | 0.6 | 0.25 |
| Hex | 19 | 37 | 64 | 4B | 2D | 0 | 3D | D8 | 3C | 19 |
| Octal | 31 | 67 | 144 | 113 | 55 | 0 | 75 | 330 | 74 | 31 |
| Binary | 11001 | 110111 | 1100100 | 1001011 | 101101 | 0 | 111101 | 11011000 | 111100 | 11001 |
Color Harmonies of #193764
Complementary color
Monochromatic Colors of #193764
Black with #193764
Text Example
Text Example
White with #193764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193764; }
p { color: rgb(25,55,100); }
H1.HeaderClassName
{
color: #193764;
}
.AnyTagClassName
{
color: #193764;
}
</style>
background-color css
<style>
a { background-color: #193764; }
a { background-color: rgb(25,55,100); }
div.DivClassName
{
background-color: #193764;
}
.BgClassName
{
background-color: #193764;
}
</style>
border-color css
<style>
span { border-color: #193764; }
span { border-color: rgb(25,55,100); }
td.TdClassName
{
border-color: #193764;
}
.TagClassName
{
border-color: #193764;
}
</style>