Shades of Ultramarine #211C96
Tints of Ultramarine #211C96
RGB
CMYK
RGB Variations
Color information
#211C96 (or 0x211C96) is known color: Ultramarine. HEX triplet: 21, 1C and 96. RGB value is (33,28,150). Sum of RGB (Red+Green+Blue) = 33+28+150=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 150 (58.98% from 255 or 71.09% from 211); Max value from RGB is 150 - color contains mainly: blue. Hex color #211C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211C96 is #DEE369. Grayscale: #2A2A2A. Windows color (decimal): -14607210 or 9837601. OLE color: 9837601.
HSL color Cylindrical-coordinate representation of color #211C96: hue angle of 242.46º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211C96 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 28 | 150 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.41 |
| HSL | 242.46º | 0.69% | 0.35% | - |
| HSV(B) | 242.46º | 0.81% | 0.59% | - |
| XYZ | 6.55 | 3.36 | 29.16 | - |
| YUV | 43.4 | 188.16 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 150 | 0.78 | 0.81 | 0 | 0.41 | 242.46 | 0.69 | 0.35 |
| Hex | 21 | 1C | 96 | 4E | 51 | 0 | 29 | F2 | 45 | 23 |
| Octal | 41 | 34 | 226 | 116 | 121 | 0 | 51 | 362 | 105 | 43 |
| Binary | 100001 | 11100 | 10010110 | 1001110 | 1010001 | 0 | 101001 | 11110010 | 1000101 | 100011 |
Color Harmonies of #211C96
Complementary color
Monochromatic Colors of #211C96
Black with #211C96
Text Example
Text Example
White with #211C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C96; }
p { color: rgb(33,28,150); }
H1.HeaderClassName
{
color: #211C96;
}
.AnyTagClassName
{
color: #211C96;
}
</style>
background-color css
<style>
a { background-color: #211C96; }
a { background-color: rgb(33,28,150); }
div.DivClassName
{
background-color: #211C96;
}
.BgClassName
{
background-color: #211C96;
}
</style>
border-color css
<style>
span { border-color: #211C96; }
span { border-color: rgb(33,28,150); }
td.TdClassName
{
border-color: #211C96;
}
.TagClassName
{
border-color: #211C96;
}
</style>