Shades of Catalina Blue #193153
Tints of Catalina Blue #193153
RGB
CMYK
RGB Variations
Color information
#193153 (or 0x193153) is known color: Catalina Blue. HEX triplet: 19, 31 and 53. RGB value is (25,49,83). Sum of RGB (Red+Green+Blue) = 25+49+83=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #193153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193153 is #E6CEAC. Grayscale: #2D2D2D. Windows color (decimal): -15126189 or 5452057. OLE color: 5452057.
HSL color Cylindrical-coordinate representation of color #193153: hue angle of 215.17º 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 #193153 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 49 | 83 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.67 |
| HSL | 215.17º | 0.54% | 0.21% | - |
| HSV(B) | 215.17º | 0.7% | 0.33% | - |
| XYZ | 3.06 | 3.03 | 8.61 | - |
| YUV | 45.7 | 149.05 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 83 | 0.70 | 0.41 | 0 | 0.67 | 215.17 | 0.54 | 0.21 |
| Hex | 19 | 31 | 53 | 46 | 29 | 0 | 43 | D7 | 36 | 15 |
| Octal | 31 | 61 | 123 | 106 | 51 | 0 | 103 | 327 | 66 | 25 |
| Binary | 11001 | 110001 | 1010011 | 1000110 | 101001 | 0 | 1000011 | 11010111 | 110110 | 10101 |
Color Harmonies of #193153
Complementary color
Monochromatic Colors of #193153
Black with #193153
Text Example
Text Example
White with #193153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193153; }
p { color: rgb(25,49,83); }
H1.HeaderClassName
{
color: #193153;
}
.AnyTagClassName
{
color: #193153;
}
</style>
background-color css
<style>
a { background-color: #193153; }
a { background-color: rgb(25,49,83); }
div.DivClassName
{
background-color: #193153;
}
.BgClassName
{
background-color: #193153;
}
</style>
border-color css
<style>
span { border-color: #193153; }
span { border-color: rgb(25,49,83); }
td.TdClassName
{
border-color: #193153;
}
.TagClassName
{
border-color: #193153;
}
</style>