Shades of Ultramarine #2116B4
Tints of Ultramarine #2116B4
RGB
CMYK
RGB Variations
Color information
#2116B4 (or 0x2116B4) is known color: Ultramarine. HEX triplet: 21, 16 and B4. RGB value is (33,22,180). Sum of RGB (Red+Green+Blue) = 33+22+180=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 180 (70.70% from 255 or 76.60% from 235); Max value from RGB is 180 - color contains mainly: blue. Hex color #2116B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2116B4 is #DEE94B. Grayscale: #2A2A2A. Windows color (decimal): -14608716 or 11802145. OLE color: 11802145.
HSL color Cylindrical-coordinate representation of color #2116B4: hue angle of 244.18º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2116B4 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 22 | 180 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.29 |
| HSL | 244.18º | 0.78% | 0.4% | - |
| HSV(B) | 244.18º | 0.88% | 0.71% | - |
| XYZ | 9.15 | 4.19 | 43.51 | - |
| YUV | 43.3 | 205.14 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 180 | 0.82 | 0.88 | 0 | 0.29 | 244.18 | 0.78 | 0.4 |
| Hex | 21 | 16 | B4 | 52 | 58 | 0 | 1D | F4 | 4E | 28 |
| Octal | 41 | 26 | 264 | 122 | 130 | 0 | 35 | 364 | 116 | 50 |
| Binary | 100001 | 10110 | 10110100 | 1010010 | 1011000 | 0 | 11101 | 11110100 | 1001110 | 101000 |
Color Harmonies of #2116B4
Complementary color
Monochromatic Colors of #2116B4
Black with #2116B4
Text Example
Text Example
White with #2116B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2116B4; }
p { color: rgb(33,22,180); }
H1.HeaderClassName
{
color: #2116B4;
}
.AnyTagClassName
{
color: #2116B4;
}
</style>
background-color css
<style>
a { background-color: #2116B4; }
a { background-color: rgb(33,22,180); }
div.DivClassName
{
background-color: #2116B4;
}
.BgClassName
{
background-color: #2116B4;
}
</style>
border-color css
<style>
span { border-color: #2116B4; }
span { border-color: rgb(33,22,180); }
td.TdClassName
{
border-color: #2116B4;
}
.TagClassName
{
border-color: #2116B4;
}
</style>