Shades of Catalina Blue #193863
Tints of Catalina Blue #193863
RGB
CMYK
RGB Variations
Color information
#193863 (or 0x193863) is known color: Catalina Blue. HEX triplet: 19, 38 and 63. RGB value is (25,56,99). Sum of RGB (Red+Green+Blue) = 25+56+99=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 99 (39.06% from 255 or 55% from 180); Max value from RGB is 99 - color contains mainly: blue. Hex color #193863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193863 is #E6C79C. Grayscale: #333333. Windows color (decimal): -15124381 or 6502425. OLE color: 6502425.
HSL color Cylindrical-coordinate representation of color #193863: hue angle of 214.86º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193863 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 56 | 99 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.61 |
| HSL | 214.86º | 0.6% | 0.24% | - |
| HSV(B) | 214.86º | 0.75% | 0.39% | - |
| XYZ | 4.07 | 3.94 | 12.35 | - |
| YUV | 51.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 99 | 0.75 | 0.43 | 0 | 0.61 | 214.86 | 0.6 | 0.24 |
| Hex | 19 | 38 | 63 | 4B | 2B | 0 | 3D | D7 | 3C | 18 |
| Octal | 31 | 70 | 143 | 113 | 53 | 0 | 75 | 327 | 74 | 30 |
| Binary | 11001 | 111000 | 1100011 | 1001011 | 101011 | 0 | 111101 | 11010111 | 111100 | 11000 |
Color Harmonies of #193863
Complementary color
Monochromatic Colors of #193863
Black with #193863
Text Example
Text Example
White with #193863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193863; }
p { color: rgb(25,56,99); }
H1.HeaderClassName
{
color: #193863;
}
.AnyTagClassName
{
color: #193863;
}
</style>
background-color css
<style>
a { background-color: #193863; }
a { background-color: rgb(25,56,99); }
div.DivClassName
{
background-color: #193863;
}
.BgClassName
{
background-color: #193863;
}
</style>
border-color css
<style>
span { border-color: #193863; }
span { border-color: rgb(25,56,99); }
td.TdClassName
{
border-color: #193863;
}
.TagClassName
{
border-color: #193863;
}
</style>