Shades of Catalina Blue #193155
Tints of Catalina Blue #193155
RGB
CMYK
RGB Variations
Color information
#193155 (or 0x193155) is known color: Catalina Blue. HEX triplet: 19, 31 and 55. RGB value is (25,49,85). Sum of RGB (Red+Green+Blue) = 25+49+85=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #193155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193155 is #E6CEAA. Grayscale: #2D2D2D. Windows color (decimal): -15126187 or 5583129. OLE color: 5583129.
HSL color Cylindrical-coordinate representation of color #193155: hue angle of 216º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #193155 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 49 | 85 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.67 |
| HSL | 216º | 0.55% | 0.22% | - |
| HSV(B) | 216º | 0.71% | 0.33% | - |
| XYZ | 3.14 | 3.06 | 9.02 | - |
| YUV | 45.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 85 | 0.71 | 0.42 | 0 | 0.67 | 216 | 0.55 | 0.22 |
| Hex | 19 | 31 | 55 | 47 | 2A | 0 | 43 | D8 | 37 | 16 |
| Octal | 31 | 61 | 125 | 107 | 52 | 0 | 103 | 330 | 67 | 26 |
| Binary | 11001 | 110001 | 1010101 | 1000111 | 101010 | 0 | 1000011 | 11011000 | 110111 | 10110 |
Color Harmonies of #193155
Complementary color
Monochromatic Colors of #193155
Black with #193155
Text Example
Text Example
White with #193155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193155; }
p { color: rgb(25,49,85); }
H1.HeaderClassName
{
color: #193155;
}
.AnyTagClassName
{
color: #193155;
}
</style>
background-color css
<style>
a { background-color: #193155; }
a { background-color: rgb(25,49,85); }
div.DivClassName
{
background-color: #193155;
}
.BgClassName
{
background-color: #193155;
}
</style>
border-color css
<style>
span { border-color: #193155; }
span { border-color: rgb(25,49,85); }
td.TdClassName
{
border-color: #193155;
}
.TagClassName
{
border-color: #193155;
}
</style>