Shades of Catalina Blue #182D54
Tints of Catalina Blue #182D54
RGB
CMYK
RGB Variations
Color information
#182D54 (or 0x182D54) is known color: Catalina Blue. HEX triplet: 18, 2D and 54. RGB value is (24,45,84). Sum of RGB (Red+Green+Blue) = 24+45+84=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #182D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D54 is #E7D2AB. Grayscale: #2A2A2A. Windows color (decimal): -15192748 or 5516568. OLE color: 5516568.
HSL color Cylindrical-coordinate representation of color #182D54: hue angle of 219º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #182D54 is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 45 | 84 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.67 |
| HSL | 219º | 0.56% | 0.21% | - |
| HSV(B) | 219º | 0.71% | 0.33% | - |
| XYZ | 2.92 | 2.71 | 8.76 | - |
| YUV | 43.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 84 | 0.71 | 0.46 | 0 | 0.67 | 219 | 0.56 | 0.21 |
| Hex | 18 | 2D | 54 | 47 | 2E | 0 | 43 | DB | 38 | 15 |
| Octal | 30 | 55 | 124 | 107 | 56 | 0 | 103 | 333 | 70 | 25 |
| Binary | 11000 | 101101 | 1010100 | 1000111 | 101110 | 0 | 1000011 | 11011011 | 111000 | 10101 |
Color Harmonies of #182D54
Complementary color
Monochromatic Colors of #182D54
Black with #182D54
Text Example
Text Example
White with #182D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182D54; }
p { color: rgb(24,45,84); }
H1.HeaderClassName
{
color: #182D54;
}
.AnyTagClassName
{
color: #182D54;
}
</style>
background-color css
<style>
a { background-color: #182D54; }
a { background-color: rgb(24,45,84); }
div.DivClassName
{
background-color: #182D54;
}
.BgClassName
{
background-color: #182D54;
}
</style>
border-color css
<style>
span { border-color: #182D54; }
span { border-color: rgb(24,45,84); }
td.TdClassName
{
border-color: #182D54;
}
.TagClassName
{
border-color: #182D54;
}
</style>