Shades of Catalina Blue #19355B
Tints of Catalina Blue #19355B
RGB
CMYK
RGB Variations
Color information
#19355B (or 0x19355B) is known color: Catalina Blue. HEX triplet: 19, 35 and 5B. RGB value is (25,53,91). Sum of RGB (Red+Green+Blue) = 25+53+91=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #19355B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19355B is #E6CAA4. Grayscale: #303030. Windows color (decimal): -15125157 or 5977369. OLE color: 5977369.
HSL color Cylindrical-coordinate representation of color #19355B: hue angle of 214.55º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19355B is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 53 | 91 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.64 |
| HSL | 214.55º | 0.57% | 0.23% | - |
| HSV(B) | 214.55º | 0.73% | 0.36% | - |
| XYZ | 3.56 | 3.51 | 10.39 | - |
| YUV | 48.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 91 | 0.73 | 0.42 | 0 | 0.64 | 214.55 | 0.57 | 0.23 |
| Hex | 19 | 35 | 5B | 49 | 2A | 0 | 40 | D7 | 39 | 17 |
| Octal | 31 | 65 | 133 | 111 | 52 | 0 | 100 | 327 | 71 | 27 |
| Binary | 11001 | 110101 | 1011011 | 1001001 | 101010 | 0 | 1000000 | 11010111 | 111001 | 10111 |
Color Harmonies of #19355B
Complementary color
Monochromatic Colors of #19355B
Black with #19355B
Text Example
Text Example
White with #19355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19355B; }
p { color: rgb(25,53,91); }
H1.HeaderClassName
{
color: #19355B;
}
.AnyTagClassName
{
color: #19355B;
}
</style>
background-color css
<style>
a { background-color: #19355B; }
a { background-color: rgb(25,53,91); }
div.DivClassName
{
background-color: #19355B;
}
.BgClassName
{
background-color: #19355B;
}
</style>
border-color css
<style>
span { border-color: #19355B; }
span { border-color: rgb(25,53,91); }
td.TdClassName
{
border-color: #19355B;
}
.TagClassName
{
border-color: #19355B;
}
</style>