Shades of Ultramarine #2118AB
Tints of Ultramarine #2118AB
RGB
CMYK
RGB Variations
Color information
#2118AB (or 0x2118AB) is known color: Ultramarine. HEX triplet: 21, 18 and AB. RGB value is (33,24,171). Sum of RGB (Red+Green+Blue) = 33+24+171=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 171 (67.19% from 255 or 75% from 228); Max value from RGB is 171 - color contains mainly: blue. Hex color #2118AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2118AB is #DEE754. Grayscale: #2A2A2A. Windows color (decimal): -14608213 or 11212833. OLE color: 11212833.
HSL color Cylindrical-coordinate representation of color #2118AB: hue angle of 243.67º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2118AB is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 24 | 171 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.33 |
| HSL | 243.67º | 0.75% | 0.38% | - |
| HSV(B) | 243.67º | 0.86% | 0.67% | - |
| XYZ | 8.3 | 3.92 | 38.85 | - |
| YUV | 43.45 | 199.98 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 171 | 0.81 | 0.86 | 0 | 0.33 | 243.67 | 0.75 | 0.38 |
| Hex | 21 | 18 | AB | 51 | 56 | 0 | 21 | F4 | 4B | 26 |
| Octal | 41 | 30 | 253 | 121 | 126 | 0 | 41 | 364 | 113 | 46 |
| Binary | 100001 | 11000 | 10101011 | 1010001 | 1010110 | 0 | 100001 | 11110100 | 1001011 | 100110 |
Color Harmonies of #2118AB
Complementary color
Monochromatic Colors of #2118AB
Black with #2118AB
Text Example
Text Example
White with #2118AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2118AB; }
p { color: rgb(33,24,171); }
H1.HeaderClassName
{
color: #2118AB;
}
.AnyTagClassName
{
color: #2118AB;
}
</style>
background-color css
<style>
a { background-color: #2118AB; }
a { background-color: rgb(33,24,171); }
div.DivClassName
{
background-color: #2118AB;
}
.BgClassName
{
background-color: #2118AB;
}
</style>
border-color css
<style>
span { border-color: #2118AB; }
span { border-color: rgb(33,24,171); }
td.TdClassName
{
border-color: #2118AB;
}
.TagClassName
{
border-color: #2118AB;
}
</style>