Shades of Catalina Blue #153159
Tints of Catalina Blue #153159
RGB
CMYK
RGB Variations
Color information
#153159 (or 0x153159) is known color: Catalina Blue. HEX triplet: 15, 31 and 59. RGB value is (21,49,89). Sum of RGB (Red+Green+Blue) = 21+49+89=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #153159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153159 is #EACEA6. Grayscale: #2D2D2D. Windows color (decimal): -15388327 or 5845269. OLE color: 5845269.
HSL color Cylindrical-coordinate representation of color #153159: hue angle of 215.29º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153159 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 49 | 89 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.65 |
| HSL | 215.29º | 0.62% | 0.22% | - |
| HSV(B) | 215.29º | 0.76% | 0.35% | - |
| XYZ | 3.21 | 3.08 | 9.88 | - |
| YUV | 45.19 | 152.72 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 89 | 0.76 | 0.45 | 0 | 0.65 | 215.29 | 0.62 | 0.22 |
| Hex | 15 | 31 | 59 | 4C | 2D | 0 | 41 | D7 | 3E | 16 |
| Octal | 25 | 61 | 131 | 114 | 55 | 0 | 101 | 327 | 76 | 26 |
| Binary | 10101 | 110001 | 1011001 | 1001100 | 101101 | 0 | 1000001 | 11010111 | 111110 | 10110 |
Color Harmonies of #153159
Complementary color
Monochromatic Colors of #153159
Black with #153159
Text Example
Text Example
White with #153159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153159; }
p { color: rgb(21,49,89); }
H1.HeaderClassName
{
color: #153159;
}
.AnyTagClassName
{
color: #153159;
}
</style>
background-color css
<style>
a { background-color: #153159; }
a { background-color: rgb(21,49,89); }
div.DivClassName
{
background-color: #153159;
}
.BgClassName
{
background-color: #153159;
}
</style>
border-color css
<style>
span { border-color: #153159; }
span { border-color: rgb(21,49,89); }
td.TdClassName
{
border-color: #153159;
}
.TagClassName
{
border-color: #153159;
}
</style>