Shades of Catalina Blue #193A6B
Tints of Catalina Blue #193A6B
RGB
CMYK
RGB Variations
Color information
#193A6B (or 0x193A6B) is known color: Catalina Blue. HEX triplet: 19, 3A and 6B. RGB value is (25,58,107). Sum of RGB (Red+Green+Blue) = 25+58+107=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #193A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A6B is #E6C594. Grayscale: #353535. Windows color (decimal): -15123861 or 7027225. OLE color: 7027225.
HSL color Cylindrical-coordinate representation of color #193A6B: hue angle of 215.85º 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 #193A6B is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 58 | 107 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.58 |
| HSL | 215.85º | 0.62% | 0.26% | - |
| HSV(B) | 215.85º | 0.77% | 0.42% | - |
| XYZ | 4.57 | 4.29 | 14.5 | - |
| YUV | 53.72 | 158.07 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 107 | 0.77 | 0.46 | 0 | 0.58 | 215.85 | 0.62 | 0.26 |
| Hex | 19 | 3A | 6B | 4D | 2E | 0 | 3A | D8 | 3E | 1A |
| Octal | 31 | 72 | 153 | 115 | 56 | 0 | 72 | 330 | 76 | 32 |
| Binary | 11001 | 111010 | 1101011 | 1001101 | 101110 | 0 | 111010 | 11011000 | 111110 | 11010 |
Color Harmonies of #193A6B
Complementary color
Monochromatic Colors of #193A6B
Black with #193A6B
Text Example
Text Example
White with #193A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A6B; }
p { color: rgb(25,58,107); }
H1.HeaderClassName
{
color: #193A6B;
}
.AnyTagClassName
{
color: #193A6B;
}
</style>
background-color css
<style>
a { background-color: #193A6B; }
a { background-color: rgb(25,58,107); }
div.DivClassName
{
background-color: #193A6B;
}
.BgClassName
{
background-color: #193A6B;
}
</style>
border-color css
<style>
span { border-color: #193A6B; }
span { border-color: rgb(25,58,107); }
td.TdClassName
{
border-color: #193A6B;
}
.TagClassName
{
border-color: #193A6B;
}
</style>