Shades of Ultramarine #211C87
Tints of Ultramarine #211C87
RGB
CMYK
RGB Variations
Color information
#211C87 (or 0x211C87) is known color: Ultramarine. HEX triplet: 21, 1C and 87. RGB value is (33,28,135). Sum of RGB (Red+Green+Blue) = 33+28+135=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 135 (53.12% from 255 or 68.88% from 196); Max value from RGB is 135 - color contains mainly: blue. Hex color #211C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211C87 is #DEE378. Grayscale: #292929. Windows color (decimal): -14607225 or 8854561. OLE color: 8854561.
HSL color Cylindrical-coordinate representation of color #211C87: hue angle of 242.8º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #211C87 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 28 | 135 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.47 |
| HSL | 242.8º | 0.66% | 0.32% | - |
| HSV(B) | 242.8º | 0.79% | 0.53% | - |
| XYZ | 5.42 | 2.9 | 23.2 | - |
| YUV | 41.69 | 180.66 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 135 | 0.76 | 0.79 | 0 | 0.47 | 242.8 | 0.66 | 0.32 |
| Hex | 21 | 1C | 87 | 4C | 4F | 0 | 2F | F3 | 42 | 20 |
| Octal | 41 | 34 | 207 | 114 | 117 | 0 | 57 | 363 | 102 | 40 |
| Binary | 100001 | 11100 | 10000111 | 1001100 | 1001111 | 0 | 101111 | 11110011 | 1000010 | 100000 |
Color Harmonies of #211C87
Complementary color
Monochromatic Colors of #211C87
Black with #211C87
Text Example
Text Example
White with #211C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C87; }
p { color: rgb(33,28,135); }
H1.HeaderClassName
{
color: #211C87;
}
.AnyTagClassName
{
color: #211C87;
}
</style>
background-color css
<style>
a { background-color: #211C87; }
a { background-color: rgb(33,28,135); }
div.DivClassName
{
background-color: #211C87;
}
.BgClassName
{
background-color: #211C87;
}
</style>
border-color css
<style>
span { border-color: #211C87; }
span { border-color: rgb(33,28,135); }
td.TdClassName
{
border-color: #211C87;
}
.TagClassName
{
border-color: #211C87;
}
</style>