Shades of Ultramarine #1812AB
Tints of Ultramarine #1812AB
RGB
CMYK
RGB Variations
Color information
#1812AB (or 0x1812AB) is known color: Ultramarine. HEX triplet: 18, 12 and AB. RGB value is (24,18,171). Sum of RGB (Red+Green+Blue) = 24+18+171=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 171 (67.19% from 255 or 80.28% from 213); Max value from RGB is 171 - color contains mainly: blue. Hex color #1812AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1812AB is #E7ED54. Grayscale: #242424. Windows color (decimal): -15199573 or 11211288. OLE color: 11211288.
HSL color Cylindrical-coordinate representation of color #1812AB: hue angle of 242.35º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1812AB is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 18 | 171 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.33 |
| HSL | 242.35º | 0.81% | 0.37% | - |
| HSV(B) | 242.35º | 0.89% | 0.67% | - |
| XYZ | 7.94 | 3.57 | 38.8 | - |
| YUV | 37.24 | 203.49 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 171 | 0.86 | 0.89 | 0 | 0.33 | 242.35 | 0.81 | 0.37 |
| Hex | 18 | 12 | AB | 56 | 59 | 0 | 21 | F2 | 51 | 25 |
| Octal | 30 | 22 | 253 | 126 | 131 | 0 | 41 | 362 | 121 | 45 |
| Binary | 11000 | 10010 | 10101011 | 1010110 | 1011001 | 0 | 100001 | 11110010 | 1010001 | 100101 |
Color Harmonies of #1812AB
Complementary color
Monochromatic Colors of #1812AB
Black with #1812AB
Text Example
Text Example
White with #1812AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1812AB; }
p { color: rgb(24,18,171); }
H1.HeaderClassName
{
color: #1812AB;
}
.AnyTagClassName
{
color: #1812AB;
}
</style>
background-color css
<style>
a { background-color: #1812AB; }
a { background-color: rgb(24,18,171); }
div.DivClassName
{
background-color: #1812AB;
}
.BgClassName
{
background-color: #1812AB;
}
</style>
border-color css
<style>
span { border-color: #1812AB; }
span { border-color: rgb(24,18,171); }
td.TdClassName
{
border-color: #1812AB;
}
.TagClassName
{
border-color: #1812AB;
}
</style>