Shades of Catalina Blue #183159
Tints of Catalina Blue #183159
RGB
CMYK
RGB Variations
Color information
#183159 (or 0x183159) is known color: Catalina Blue. HEX triplet: 18, 31 and 59. RGB value is (24,49,89). Sum of RGB (Red+Green+Blue) = 24+49+89=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #183159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183159 is #E7CEA6. Grayscale: #2D2D2D. Windows color (decimal): -15191719 or 5845272. OLE color: 5845272.
HSL color Cylindrical-coordinate representation of color #183159: hue angle of 216.92º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #183159 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 49 | 89 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.65 |
| HSL | 216.92º | 0.58% | 0.22% | - |
| HSV(B) | 216.92º | 0.73% | 0.35% | - |
| XYZ | 3.28 | 3.11 | 9.88 | - |
| YUV | 46.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 89 | 0.73 | 0.45 | 0 | 0.65 | 216.92 | 0.58 | 0.22 |
| Hex | 18 | 31 | 59 | 49 | 2D | 0 | 41 | D9 | 3A | 16 |
| Octal | 30 | 61 | 131 | 111 | 55 | 0 | 101 | 331 | 72 | 26 |
| Binary | 11000 | 110001 | 1011001 | 1001001 | 101101 | 0 | 1000001 | 11011001 | 111010 | 10110 |
Color Harmonies of #183159
Complementary color
Monochromatic Colors of #183159
Black with #183159
Text Example
Text Example
White with #183159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183159; }
p { color: rgb(24,49,89); }
H1.HeaderClassName
{
color: #183159;
}
.AnyTagClassName
{
color: #183159;
}
</style>
background-color css
<style>
a { background-color: #183159; }
a { background-color: rgb(24,49,89); }
div.DivClassName
{
background-color: #183159;
}
.BgClassName
{
background-color: #183159;
}
</style>
border-color css
<style>
span { border-color: #183159; }
span { border-color: rgb(24,49,89); }
td.TdClassName
{
border-color: #183159;
}
.TagClassName
{
border-color: #183159;
}
</style>