Shades of Ultramarine #1816AB
Tints of Ultramarine #1816AB
RGB
CMYK
RGB Variations
Color information
#1816AB (or 0x1816AB) is known color: Ultramarine. HEX triplet: 18, 16 and AB. RGB value is (24,22,171). Sum of RGB (Red+Green+Blue) = 24+22+171=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 171 (67.19% from 255 or 78.80% from 217); Max value from RGB is 171 - color contains mainly: blue. Hex color #1816AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1816AB is #E7E954. Grayscale: #262626. Windows color (decimal): -15198549 or 11212312. OLE color: 11212312.
HSL color Cylindrical-coordinate representation of color #1816AB: hue angle of 240.81º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1816AB is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 22 | 171 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.33 |
| HSL | 240.81º | 0.77% | 0.38% | - |
| HSV(B) | 240.81º | 0.87% | 0.67% | - |
| XYZ | 8.01 | 3.71 | 38.82 | - |
| YUV | 39.58 | 202.16 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 171 | 0.86 | 0.87 | 0 | 0.33 | 240.81 | 0.77 | 0.38 |
| Hex | 18 | 16 | AB | 56 | 57 | 0 | 21 | F1 | 4D | 26 |
| Octal | 30 | 26 | 253 | 126 | 127 | 0 | 41 | 361 | 115 | 46 |
| Binary | 11000 | 10110 | 10101011 | 1010110 | 1010111 | 0 | 100001 | 11110001 | 1001101 | 100110 |
Color Harmonies of #1816AB
Complementary color
Monochromatic Colors of #1816AB
Black with #1816AB
Text Example
Text Example
White with #1816AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1816AB; }
p { color: rgb(24,22,171); }
H1.HeaderClassName
{
color: #1816AB;
}
.AnyTagClassName
{
color: #1816AB;
}
</style>
background-color css
<style>
a { background-color: #1816AB; }
a { background-color: rgb(24,22,171); }
div.DivClassName
{
background-color: #1816AB;
}
.BgClassName
{
background-color: #1816AB;
}
</style>
border-color css
<style>
span { border-color: #1816AB; }
span { border-color: rgb(24,22,171); }
td.TdClassName
{
border-color: #1816AB;
}
.TagClassName
{
border-color: #1816AB;
}
</style>