Shades of Catalina Blue #193C6B
Tints of Catalina Blue #193C6B
RGB
CMYK
RGB Variations
Color information
#193C6B (or 0x193C6B) is known color: Catalina Blue. HEX triplet: 19, 3C and 6B. RGB value is (25,60,107). Sum of RGB (Red+Green+Blue) = 25+60+107=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #193C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C6B is #E6C394. Grayscale: #363636. Windows color (decimal): -15123349 or 7027737. OLE color: 7027737.
HSL color Cylindrical-coordinate representation of color #193C6B: hue angle of 214.39º 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 #193C6B is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 60 | 107 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.58 |
| HSL | 214.39º | 0.62% | 0.26% | - |
| HSV(B) | 214.39º | 0.77% | 0.42% | - |
| XYZ | 4.67 | 4.5 | 14.53 | - |
| YUV | 54.89 | 157.4 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 107 | 0.77 | 0.44 | 0 | 0.58 | 214.39 | 0.62 | 0.26 |
| Hex | 19 | 3C | 6B | 4D | 2C | 0 | 3A | D6 | 3E | 1A |
| Octal | 31 | 74 | 153 | 115 | 54 | 0 | 72 | 326 | 76 | 32 |
| Binary | 11001 | 111100 | 1101011 | 1001101 | 101100 | 0 | 111010 | 11010110 | 111110 | 11010 |
Color Harmonies of #193C6B
Complementary color
Monochromatic Colors of #193C6B
Black with #193C6B
Text Example
Text Example
White with #193C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C6B; }
p { color: rgb(25,60,107); }
H1.HeaderClassName
{
color: #193C6B;
}
.AnyTagClassName
{
color: #193C6B;
}
</style>
background-color css
<style>
a { background-color: #193C6B; }
a { background-color: rgb(25,60,107); }
div.DivClassName
{
background-color: #193C6B;
}
.BgClassName
{
background-color: #193C6B;
}
</style>
border-color css
<style>
span { border-color: #193C6B; }
span { border-color: rgb(25,60,107); }
td.TdClassName
{
border-color: #193C6B;
}
.TagClassName
{
border-color: #193C6B;
}
</style>