Shades of Catalina Blue #182E51
Tints of Catalina Blue #182E51
RGB
CMYK
RGB Variations
Color information
#182E51 (or 0x182E51) is known color: Catalina Blue. HEX triplet: 18, 2E and 51. RGB value is (24,46,81). Sum of RGB (Red+Green+Blue) = 24+46+81=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #182E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E51 is #E7D1AE. Grayscale: #2B2B2B. Windows color (decimal): -15192495 or 5320216. OLE color: 5320216.
HSL color Cylindrical-coordinate representation of color #182E51: hue angle of 216.84º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #182E51 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 46 | 81 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.68 |
| HSL | 216.84º | 0.54% | 0.21% | - |
| HSV(B) | 216.84º | 0.7% | 0.32% | - |
| XYZ | 2.84 | 2.74 | 8.16 | - |
| YUV | 43.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 81 | 0.70 | 0.43 | 0 | 0.68 | 216.84 | 0.54 | 0.21 |
| Hex | 18 | 2E | 51 | 46 | 2B | 0 | 44 | D9 | 36 | 15 |
| Octal | 30 | 56 | 121 | 106 | 53 | 0 | 104 | 331 | 66 | 25 |
| Binary | 11000 | 101110 | 1010001 | 1000110 | 101011 | 0 | 1000100 | 11011001 | 110110 | 10101 |
Color Harmonies of #182E51
Complementary color
Monochromatic Colors of #182E51
Black with #182E51
Text Example
Text Example
White with #182E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182E51; }
p { color: rgb(24,46,81); }
H1.HeaderClassName
{
color: #182E51;
}
.AnyTagClassName
{
color: #182E51;
}
</style>
background-color css
<style>
a { background-color: #182E51; }
a { background-color: rgb(24,46,81); }
div.DivClassName
{
background-color: #182E51;
}
.BgClassName
{
background-color: #182E51;
}
</style>
border-color css
<style>
span { border-color: #182E51; }
span { border-color: rgb(24,46,81); }
td.TdClassName
{
border-color: #182E51;
}
.TagClassName
{
border-color: #182E51;
}
</style>