Shades of Ultramarine #211D95
Tints of Ultramarine #211D95
RGB
CMYK
RGB Variations
Color information
#211D95 (or 0x211D95) is known color: Ultramarine. HEX triplet: 21, 1D and 95. RGB value is (33,29,149). Sum of RGB (Red+Green+Blue) = 33+29+149=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #211D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211D95 is #DEE26A. Grayscale: #2B2B2B. Windows color (decimal): -14606955 or 9772321. OLE color: 9772321.
HSL color Cylindrical-coordinate representation of color #211D95: hue angle of 242º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211D95 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 29 | 149 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.42 |
| HSL | 242º | 0.67% | 0.35% | - |
| HSV(B) | 242º | 0.81% | 0.58% | - |
| XYZ | 6.49 | 3.37 | 28.74 | - |
| YUV | 43.88 | 187.33 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 149 | 0.78 | 0.81 | 0 | 0.42 | 242 | 0.67 | 0.35 |
| Hex | 21 | 1D | 95 | 4E | 51 | 0 | 2A | F2 | 43 | 23 |
| Octal | 41 | 35 | 225 | 116 | 121 | 0 | 52 | 362 | 103 | 43 |
| Binary | 100001 | 11101 | 10010101 | 1001110 | 1010001 | 0 | 101010 | 11110010 | 1000011 | 100011 |
Color Harmonies of #211D95
Complementary color
Monochromatic Colors of #211D95
Black with #211D95
Text Example
Text Example
White with #211D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D95; }
p { color: rgb(33,29,149); }
H1.HeaderClassName
{
color: #211D95;
}
.AnyTagClassName
{
color: #211D95;
}
</style>
background-color css
<style>
a { background-color: #211D95; }
a { background-color: rgb(33,29,149); }
div.DivClassName
{
background-color: #211D95;
}
.BgClassName
{
background-color: #211D95;
}
</style>
border-color css
<style>
span { border-color: #211D95; }
span { border-color: rgb(33,29,149); }
td.TdClassName
{
border-color: #211D95;
}
.TagClassName
{
border-color: #211D95;
}
</style>