Shades of Catalina Blue #193A66
Tints of Catalina Blue #193A66
RGB
CMYK
RGB Variations
Color information
#193A66 (or 0x193A66) is known color: Catalina Blue. HEX triplet: 19, 3A and 66. RGB value is (25,58,102). Sum of RGB (Red+Green+Blue) = 25+58+102=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #193A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A66 is #E6C599. Grayscale: #343434. Windows color (decimal): -15123866 or 6699545. OLE color: 6699545.
HSL color Cylindrical-coordinate representation of color #193A66: hue angle of 214.29º degrees, saturation: 0.61, 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 #193A66 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 58 | 102 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.6 |
| HSL | 214.29º | 0.61% | 0.25% | - |
| HSV(B) | 214.29º | 0.75% | 0.4% | - |
| XYZ | 4.31 | 4.19 | 13.15 | - |
| YUV | 53.15 | 155.57 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 102 | 0.75 | 0.43 | 0 | 0.6 | 214.29 | 0.61 | 0.25 |
| Hex | 19 | 3A | 66 | 4B | 2B | 0 | 3C | D6 | 3D | 19 |
| Octal | 31 | 72 | 146 | 113 | 53 | 0 | 74 | 326 | 75 | 31 |
| Binary | 11001 | 111010 | 1100110 | 1001011 | 101011 | 0 | 111100 | 11010110 | 111101 | 11001 |
Color Harmonies of #193A66
Complementary color
Monochromatic Colors of #193A66
Black with #193A66
Text Example
Text Example
White with #193A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A66; }
p { color: rgb(25,58,102); }
H1.HeaderClassName
{
color: #193A66;
}
.AnyTagClassName
{
color: #193A66;
}
</style>
background-color css
<style>
a { background-color: #193A66; }
a { background-color: rgb(25,58,102); }
div.DivClassName
{
background-color: #193A66;
}
.BgClassName
{
background-color: #193A66;
}
</style>
border-color css
<style>
span { border-color: #193A66; }
span { border-color: rgb(25,58,102); }
td.TdClassName
{
border-color: #193A66;
}
.TagClassName
{
border-color: #193A66;
}
</style>