Shades of Catalina Blue #193253
Tints of Catalina Blue #193253
RGB
CMYK
RGB Variations
Color information
#193253 (or 0x193253) is known color: Catalina Blue. HEX triplet: 19, 32 and 53. RGB value is (25,50,83). Sum of RGB (Red+Green+Blue) = 25+50+83=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #193253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193253 is #E6CDAC. Grayscale: #2E2E2E. Windows color (decimal): -15125933 or 5452313. OLE color: 5452313.
HSL color Cylindrical-coordinate representation of color #193253: hue angle of 214.14º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #193253 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 50 | 83 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.67 |
| HSL | 214.14º | 0.54% | 0.21% | - |
| HSV(B) | 214.14º | 0.7% | 0.33% | - |
| XYZ | 3.1 | 3.11 | 8.62 | - |
| YUV | 46.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 83 | 0.70 | 0.40 | 0 | 0.67 | 214.14 | 0.54 | 0.21 |
| Hex | 19 | 32 | 53 | 46 | 28 | 0 | 43 | D6 | 36 | 15 |
| Octal | 31 | 62 | 123 | 106 | 50 | 0 | 103 | 326 | 66 | 25 |
| Binary | 11001 | 110010 | 1010011 | 1000110 | 101000 | 0 | 1000011 | 11010110 | 110110 | 10101 |
Color Harmonies of #193253
Complementary color
Monochromatic Colors of #193253
Black with #193253
Text Example
Text Example
White with #193253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193253; }
p { color: rgb(25,50,83); }
H1.HeaderClassName
{
color: #193253;
}
.AnyTagClassName
{
color: #193253;
}
</style>
background-color css
<style>
a { background-color: #193253; }
a { background-color: rgb(25,50,83); }
div.DivClassName
{
background-color: #193253;
}
.BgClassName
{
background-color: #193253;
}
</style>
border-color css
<style>
span { border-color: #193253; }
span { border-color: rgb(25,50,83); }
td.TdClassName
{
border-color: #193253;
}
.TagClassName
{
border-color: #193253;
}
</style>