Shades of Ultramarine #180E84
Tints of Ultramarine #180E84
RGB
CMYK
RGB Variations
Color information
#180E84 (or 0x180E84) is known color: Ultramarine. HEX triplet: 18, 0E and 84. RGB value is (24,14,132). Sum of RGB (Red+Green+Blue) = 24+14+132=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 132 (51.95% from 255 or 77.65% from 170); Max value from RGB is 132 - color contains mainly: blue. Hex color #180E84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180E84 is #E7F17B. Grayscale: #1D1D1D. Windows color (decimal): -15200636 or 8654360. OLE color: 8654360.
HSL color Cylindrical-coordinate representation of color #180E84: hue angle of 245.08º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #180E84 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 14 | 132 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.48 |
| HSL | 245.08º | 0.81% | 0.29% | - |
| HSV(B) | 245.08º | 0.89% | 0.52% | - |
| XYZ | 4.7 | 2.17 | 22 | - |
| YUV | 30.44 | 185.31 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 132 | 0.82 | 0.89 | 0 | 0.48 | 245.08 | 0.81 | 0.29 |
| Hex | 18 | E | 84 | 52 | 59 | 0 | 30 | F5 | 51 | 1D |
| Octal | 30 | 16 | 204 | 122 | 131 | 0 | 60 | 365 | 121 | 35 |
| Binary | 11000 | 1110 | 10000100 | 1010010 | 1011001 | 0 | 110000 | 11110101 | 1010001 | 11101 |
Color Harmonies of #180E84
Complementary color
Monochromatic Colors of #180E84
Black with #180E84
Text Example
Text Example
White with #180E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180E84; }
p { color: rgb(24,14,132); }
H1.HeaderClassName
{
color: #180E84;
}
.AnyTagClassName
{
color: #180E84;
}
</style>
background-color css
<style>
a { background-color: #180E84; }
a { background-color: rgb(24,14,132); }
div.DivClassName
{
background-color: #180E84;
}
.BgClassName
{
background-color: #180E84;
}
</style>
border-color css
<style>
span { border-color: #180E84; }
span { border-color: rgb(24,14,132); }
td.TdClassName
{
border-color: #180E84;
}
.TagClassName
{
border-color: #180E84;
}
</style>