Shades of Ultramarine #1818A2
Tints of Ultramarine #1818A2
RGB
CMYK
RGB Variations
Color information
#1818A2 (or 0x1818A2) is known color: Ultramarine. HEX triplet: 18, 18 and A2. RGB value is (24,24,162). Sum of RGB (Red+Green+Blue) = 24+24+162=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 162 (63.67% from 255 or 77.14% from 210); Max value from RGB is 162 - color contains mainly: blue. Hex color #1818A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1818A2 is #E7E75D. Grayscale: #272727. Windows color (decimal): -15198046 or 10623000. OLE color: 10623000.
HSL color Cylindrical-coordinate representation of color #1818A2: hue angle of 240º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1818A2 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 24 | 162 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.36 |
| HSL | 240º | 0.74% | 0.36% | - |
| HSV(B) | 240º | 0.85% | 0.64% | - |
| XYZ | 7.22 | 3.46 | 34.47 | - |
| YUV | 39.73 | 197 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 162 | 0.85 | 0.85 | 0 | 0.36 | 240 | 0.74 | 0.36 |
| Hex | 18 | 18 | A2 | 55 | 55 | 0 | 24 | F0 | 4A | 24 |
| Octal | 30 | 30 | 242 | 125 | 125 | 0 | 44 | 360 | 112 | 44 |
| Binary | 11000 | 11000 | 10100010 | 1010101 | 1010101 | 0 | 100100 | 11110000 | 1001010 | 100100 |
Color Harmonies of #1818A2
Complementary color
Monochromatic Colors of #1818A2
Black with #1818A2
Text Example
Text Example
White with #1818A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1818A2; }
p { color: rgb(24,24,162); }
H1.HeaderClassName
{
color: #1818A2;
}
.AnyTagClassName
{
color: #1818A2;
}
</style>
background-color css
<style>
a { background-color: #1818A2; }
a { background-color: rgb(24,24,162); }
div.DivClassName
{
background-color: #1818A2;
}
.BgClassName
{
background-color: #1818A2;
}
</style>
border-color css
<style>
span { border-color: #1818A2; }
span { border-color: rgb(24,24,162); }
td.TdClassName
{
border-color: #1818A2;
}
.TagClassName
{
border-color: #1818A2;
}
</style>