Shades of Catalina Blue #182E5B
Tints of Catalina Blue #182E5B
RGB
CMYK
RGB Variations
Color information
#182E5B (or 0x182E5B) is known color: Catalina Blue. HEX triplet: 18, 2E and 5B. RGB value is (24,46,91). Sum of RGB (Red+Green+Blue) = 24+46+91=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #182E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E5B is #E7D1A4. Grayscale: #2C2C2C. Windows color (decimal): -15192485 or 5975576. OLE color: 5975576.
HSL color Cylindrical-coordinate representation of color #182E5B: hue angle of 220.3º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #182E5B is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 46 | 91 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.64 |
| HSL | 220.3º | 0.58% | 0.23% | - |
| HSV(B) | 220.3º | 0.74% | 0.36% | - |
| XYZ | 3.24 | 2.9 | 10.29 | - |
| YUV | 44.55 | 154.21 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 91 | 0.74 | 0.49 | 0 | 0.64 | 220.3 | 0.58 | 0.23 |
| Hex | 18 | 2E | 5B | 4A | 31 | 0 | 40 | DC | 3A | 17 |
| Octal | 30 | 56 | 133 | 112 | 61 | 0 | 100 | 334 | 72 | 27 |
| Binary | 11000 | 101110 | 1011011 | 1001010 | 110001 | 0 | 1000000 | 11011100 | 111010 | 10111 |
Color Harmonies of #182E5B
Complementary color
Monochromatic Colors of #182E5B
Black with #182E5B
Text Example
Text Example
White with #182E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182E5B; }
p { color: rgb(24,46,91); }
H1.HeaderClassName
{
color: #182E5B;
}
.AnyTagClassName
{
color: #182E5B;
}
</style>
background-color css
<style>
a { background-color: #182E5B; }
a { background-color: rgb(24,46,91); }
div.DivClassName
{
background-color: #182E5B;
}
.BgClassName
{
background-color: #182E5B;
}
</style>
border-color css
<style>
span { border-color: #182E5B; }
span { border-color: rgb(24,46,91); }
td.TdClassName
{
border-color: #182E5B;
}
.TagClassName
{
border-color: #182E5B;
}
</style>