Shades of Catalina Blue #193256
Tints of Catalina Blue #193256
RGB
CMYK
RGB Variations
Color information
#193256 (or 0x193256) is known color: Catalina Blue. HEX triplet: 19, 32 and 56. RGB value is (25,50,86). Sum of RGB (Red+Green+Blue) = 25+50+86=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #193256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193256 is #E6CDA9. Grayscale: #2E2E2E. Windows color (decimal): -15125930 or 5648921. OLE color: 5648921.
HSL color Cylindrical-coordinate representation of color #193256: hue angle of 215.41º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #193256 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 25 | 50 | 86 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.66 |
| HSL | 215.41º | 0.55% | 0.22% | - |
| HSV(B) | 215.41º | 0.71% | 0.34% | - |
| XYZ | 3.22 | 3.16 | 9.24 | - |
| YUV | 46.63 | 150.22 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 86 | 0.71 | 0.42 | 0 | 0.66 | 215.41 | 0.55 | 0.22 |
| Hex | 19 | 32 | 56 | 47 | 2A | 0 | 42 | D7 | 37 | 16 |
| Octal | 31 | 62 | 126 | 107 | 52 | 0 | 102 | 327 | 67 | 26 |
| Binary | 11001 | 110010 | 1010110 | 1000111 | 101010 | 0 | 1000010 | 11010111 | 110111 | 10110 |
Color Harmonies of #193256
Complementary color
Monochromatic Colors of #193256
Black with #193256
Text Example
Text Example
White with #193256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193256; }
p { color: rgb(25,50,86); }
H1.HeaderClassName
{
color: #193256;
}
.AnyTagClassName
{
color: #193256;
}
</style>
background-color css
<style>
a { background-color: #193256; }
a { background-color: rgb(25,50,86); }
div.DivClassName
{
background-color: #193256;
}
.BgClassName
{
background-color: #193256;
}
</style>
border-color css
<style>
span { border-color: #193256; }
span { border-color: rgb(25,50,86); }
td.TdClassName
{
border-color: #193256;
}
.TagClassName
{
border-color: #193256;
}
</style>