Shades of Ultramarine #211E8A
Tints of Ultramarine #211E8A
RGB
CMYK
RGB Variations
Color information
#211E8A (or 0x211E8A) is known color: Ultramarine. HEX triplet: 21, 1E and 8A. RGB value is (33,30,138). Sum of RGB (Red+Green+Blue) = 33+30+138=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #211E8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211E8A is #DEE175. Grayscale: #2A2A2A. Windows color (decimal): -14606710 or 9051681. OLE color: 9051681.
HSL color Cylindrical-coordinate representation of color #211E8A: hue angle of 241.67º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #211E8A is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 30 | 138 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.46 |
| HSL | 241.67º | 0.64% | 0.33% | - |
| HSV(B) | 241.67º | 0.78% | 0.54% | - |
| XYZ | 5.68 | 3.09 | 24.34 | - |
| YUV | 43.21 | 181.49 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 138 | 0.76 | 0.78 | 0 | 0.46 | 241.67 | 0.64 | 0.33 |
| Hex | 21 | 1E | 8A | 4C | 4E | 0 | 2E | F2 | 40 | 21 |
| Octal | 41 | 36 | 212 | 114 | 116 | 0 | 56 | 362 | 100 | 41 |
| Binary | 100001 | 11110 | 10001010 | 1001100 | 1001110 | 0 | 101110 | 11110010 | 1000000 | 100001 |
Color Harmonies of #211E8A
Complementary color
Monochromatic Colors of #211E8A
Black with #211E8A
Text Example
Text Example
White with #211E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211E8A; }
p { color: rgb(33,30,138); }
H1.HeaderClassName
{
color: #211E8A;
}
.AnyTagClassName
{
color: #211E8A;
}
</style>
background-color css
<style>
a { background-color: #211E8A; }
a { background-color: rgb(33,30,138); }
div.DivClassName
{
background-color: #211E8A;
}
.BgClassName
{
background-color: #211E8A;
}
</style>
border-color css
<style>
span { border-color: #211E8A; }
span { border-color: rgb(33,30,138); }
td.TdClassName
{
border-color: #211E8A;
}
.TagClassName
{
border-color: #211E8A;
}
</style>