Shades of Catalina Blue #193668
Tints of Catalina Blue #193668
RGB
CMYK
RGB Variations
Color information
#193668 (or 0x193668) is known color: Catalina Blue. HEX triplet: 19, 36 and 68. RGB value is (25,54,104). Sum of RGB (Red+Green+Blue) = 25+54+104=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #193668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193668 is #E6C997. Grayscale: #323232. Windows color (decimal): -15124888 or 6829593. OLE color: 6829593.
HSL color Cylindrical-coordinate representation of color #193668: hue angle of 217.97º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #193668 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 54 | 104 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.59 |
| HSL | 217.97º | 0.61% | 0.25% | - |
| HSV(B) | 217.97º | 0.76% | 0.41% | - |
| XYZ | 4.22 | 3.84 | 13.62 | - |
| YUV | 51.03 | 157.89 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 104 | 0.76 | 0.48 | 0 | 0.59 | 217.97 | 0.61 | 0.25 |
| Hex | 19 | 36 | 68 | 4C | 30 | 0 | 3B | DA | 3D | 19 |
| Octal | 31 | 66 | 150 | 114 | 60 | 0 | 73 | 332 | 75 | 31 |
| Binary | 11001 | 110110 | 1101000 | 1001100 | 110000 | 0 | 111011 | 11011010 | 111101 | 11001 |
Color Harmonies of #193668
Complementary color
Monochromatic Colors of #193668
Black with #193668
Text Example
Text Example
White with #193668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193668; }
p { color: rgb(25,54,104); }
H1.HeaderClassName
{
color: #193668;
}
.AnyTagClassName
{
color: #193668;
}
</style>
background-color css
<style>
a { background-color: #193668; }
a { background-color: rgb(25,54,104); }
div.DivClassName
{
background-color: #193668;
}
.BgClassName
{
background-color: #193668;
}
</style>
border-color css
<style>
span { border-color: #193668; }
span { border-color: rgb(25,54,104); }
td.TdClassName
{
border-color: #193668;
}
.TagClassName
{
border-color: #193668;
}
</style>