Shades of Catalina Blue #193D6B
Tints of Catalina Blue #193D6B
RGB
CMYK
RGB Variations
Color information
#193D6B (or 0x193D6B) is known color: Catalina Blue. HEX triplet: 19, 3D and 6B. RGB value is (25,61,107). Sum of RGB (Red+Green+Blue) = 25+61+107=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 107 (42.19% from 255 or 55.44% from 193); Max value from RGB is 107 - color contains mainly: blue. Hex color #193D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D6B is #E6C294. Grayscale: #373737. Windows color (decimal): -15123093 or 7027993. OLE color: 7027993.
HSL color Cylindrical-coordinate representation of color #193D6B: hue angle of 213.66º 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 #193D6B is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 61 | 107 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.58 |
| HSL | 213.66º | 0.62% | 0.26% | - |
| HSV(B) | 213.66º | 0.77% | 0.42% | - |
| XYZ | 4.72 | 4.61 | 14.55 | - |
| YUV | 55.48 | 157.07 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 107 | 0.77 | 0.43 | 0 | 0.58 | 213.66 | 0.62 | 0.26 |
| Hex | 19 | 3D | 6B | 4D | 2B | 0 | 3A | D6 | 3E | 1A |
| Octal | 31 | 75 | 153 | 115 | 53 | 0 | 72 | 326 | 76 | 32 |
| Binary | 11001 | 111101 | 1101011 | 1001101 | 101011 | 0 | 111010 | 11010110 | 111110 | 11010 |
Color Harmonies of #193D6B
Complementary color
Monochromatic Colors of #193D6B
Black with #193D6B
Text Example
Text Example
White with #193D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D6B; }
p { color: rgb(25,61,107); }
H1.HeaderClassName
{
color: #193D6B;
}
.AnyTagClassName
{
color: #193D6B;
}
</style>
background-color css
<style>
a { background-color: #193D6B; }
a { background-color: rgb(25,61,107); }
div.DivClassName
{
background-color: #193D6B;
}
.BgClassName
{
background-color: #193D6B;
}
</style>
border-color css
<style>
span { border-color: #193D6B; }
span { border-color: rgb(25,61,107); }
td.TdClassName
{
border-color: #193D6B;
}
.TagClassName
{
border-color: #193D6B;
}
</style>