Shades of Catalina Blue #193B6C
Tints of Catalina Blue #193B6C
RGB
CMYK
RGB Variations
Color information
#193B6C (or 0x193B6C) is known color: Catalina Blue. HEX triplet: 19, 3B and 6C. RGB value is (25,59,108). Sum of RGB (Red+Green+Blue) = 25+59+108=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #193B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B6C is #E6C493. Grayscale: #363636. Windows color (decimal): -15123604 or 7093017. OLE color: 7093017.
HSL color Cylindrical-coordinate representation of color #193B6C: hue angle of 215.42º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #193B6C is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 59 | 108 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.58 |
| HSL | 215.42º | 0.62% | 0.26% | - |
| HSV(B) | 215.42º | 0.77% | 0.42% | - |
| XYZ | 4.67 | 4.42 | 14.79 | - |
| YUV | 54.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 108 | 0.77 | 0.45 | 0 | 0.58 | 215.42 | 0.62 | 0.26 |
| Hex | 19 | 3B | 6C | 4D | 2D | 0 | 3A | D7 | 3E | 1A |
| Octal | 31 | 73 | 154 | 115 | 55 | 0 | 72 | 327 | 76 | 32 |
| Binary | 11001 | 111011 | 1101100 | 1001101 | 101101 | 0 | 111010 | 11010111 | 111110 | 11010 |
Color Harmonies of #193B6C
Complementary color
Monochromatic Colors of #193B6C
Black with #193B6C
Text Example
Text Example
White with #193B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B6C; }
p { color: rgb(25,59,108); }
H1.HeaderClassName
{
color: #193B6C;
}
.AnyTagClassName
{
color: #193B6C;
}
</style>
background-color css
<style>
a { background-color: #193B6C; }
a { background-color: rgb(25,59,108); }
div.DivClassName
{
background-color: #193B6C;
}
.BgClassName
{
background-color: #193B6C;
}
</style>
border-color css
<style>
span { border-color: #193B6C; }
span { border-color: rgb(25,59,108); }
td.TdClassName
{
border-color: #193B6C;
}
.TagClassName
{
border-color: #193B6C;
}
</style>