Shades of Ultramarine #211F9A
Tints of Ultramarine #211F9A
RGB
CMYK
RGB Variations
Color information
#211F9A (or 0x211F9A) is known color: Ultramarine. HEX triplet: 21, 1F and 9A. RGB value is (33,31,154). Sum of RGB (Red+Green+Blue) = 33+31+154=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 154 (60.55% from 255 or 70.64% from 218); Max value from RGB is 154 - color contains mainly: blue. Hex color #211F9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211F9A is #DEE065. Grayscale: #2D2D2D. Windows color (decimal): -14606438 or 10100513. OLE color: 10100513.
HSL color Cylindrical-coordinate representation of color #211F9A: hue angle of 240.98º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #211F9A is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 31 | 154 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.40 |
| HSL | 240.98º | 0.66% | 0.36% | - |
| HSV(B) | 240.98º | 0.8% | 0.6% | - |
| XYZ | 6.95 | 3.64 | 30.91 | - |
| YUV | 45.62 | 189.16 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 154 | 0.79 | 0.80 | 0 | 0.40 | 240.98 | 0.66 | 0.36 |
| Hex | 21 | 1F | 9A | 4F | 50 | 0 | 28 | F1 | 42 | 24 |
| Octal | 41 | 37 | 232 | 117 | 120 | 0 | 50 | 361 | 102 | 44 |
| Binary | 100001 | 11111 | 10011010 | 1001111 | 1010000 | 0 | 101000 | 11110001 | 1000010 | 100100 |
Color Harmonies of #211F9A
Complementary color
Monochromatic Colors of #211F9A
Black with #211F9A
Text Example
Text Example
White with #211F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F9A; }
p { color: rgb(33,31,154); }
H1.HeaderClassName
{
color: #211F9A;
}
.AnyTagClassName
{
color: #211F9A;
}
</style>
background-color css
<style>
a { background-color: #211F9A; }
a { background-color: rgb(33,31,154); }
div.DivClassName
{
background-color: #211F9A;
}
.BgClassName
{
background-color: #211F9A;
}
</style>
border-color css
<style>
span { border-color: #211F9A; }
span { border-color: rgb(33,31,154); }
td.TdClassName
{
border-color: #211F9A;
}
.TagClassName
{
border-color: #211F9A;
}
</style>