Shades of Catalina Blue #183459
Tints of Catalina Blue #183459
RGB
CMYK
RGB Variations
Color information
#183459 (or 0x183459) is known color: Catalina Blue. HEX triplet: 18, 34 and 59. RGB value is (24,52,89). Sum of RGB (Red+Green+Blue) = 24+52+89=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #183459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183459 is #E7CBA6. Grayscale: #2F2F2F. Windows color (decimal): -15190951 or 5846040. OLE color: 5846040.
HSL color Cylindrical-coordinate representation of color #183459: hue angle of 214.15º 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 #183459 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 52 | 89 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.65 |
| HSL | 214.15º | 0.58% | 0.22% | - |
| HSV(B) | 214.15º | 0.73% | 0.35% | - |
| XYZ | 3.41 | 3.37 | 9.92 | - |
| YUV | 47.85 | 151.22 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 89 | 0.73 | 0.42 | 0 | 0.65 | 214.15 | 0.58 | 0.22 |
| Hex | 18 | 34 | 59 | 49 | 2A | 0 | 41 | D6 | 3A | 16 |
| Octal | 30 | 64 | 131 | 111 | 52 | 0 | 101 | 326 | 72 | 26 |
| Binary | 11000 | 110100 | 1011001 | 1001001 | 101010 | 0 | 1000001 | 11010110 | 111010 | 10110 |
Color Harmonies of #183459
Complementary color
Monochromatic Colors of #183459
Black with #183459
Text Example
Text Example
White with #183459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183459; }
p { color: rgb(24,52,89); }
H1.HeaderClassName
{
color: #183459;
}
.AnyTagClassName
{
color: #183459;
}
</style>
background-color css
<style>
a { background-color: #183459; }
a { background-color: rgb(24,52,89); }
div.DivClassName
{
background-color: #183459;
}
.BgClassName
{
background-color: #183459;
}
</style>
border-color css
<style>
span { border-color: #183459; }
span { border-color: rgb(24,52,89); }
td.TdClassName
{
border-color: #183459;
}
.TagClassName
{
border-color: #183459;
}
</style>