Shades of Ultramarine #211588
Tints of Ultramarine #211588
RGB
CMYK
RGB Variations
Color information
#211588 (or 0x211588) is known color: Ultramarine. HEX triplet: 21, 15 and 88. RGB value is (33,21,136). Sum of RGB (Red+Green+Blue) = 33+21+136=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 136 (53.52% from 255 or 71.58% from 190); Max value from RGB is 136 - color contains mainly: blue. Hex color #211588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211588 is #DEEA77. Grayscale: #252525. Windows color (decimal): -14609016 or 8918305. OLE color: 8918305.
HSL color Cylindrical-coordinate representation of color #211588: hue angle of 246.26º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211588 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 21 | 136 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.47 |
| HSL | 246.26º | 0.73% | 0.31% | - |
| HSV(B) | 246.26º | 0.85% | 0.53% | - |
| XYZ | 5.34 | 2.64 | 23.52 | - |
| YUV | 37.7 | 183.48 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 136 | 0.76 | 0.85 | 0 | 0.47 | 246.26 | 0.73 | 0.31 |
| Hex | 21 | 15 | 88 | 4C | 55 | 0 | 2F | F6 | 49 | 1F |
| Octal | 41 | 25 | 210 | 114 | 125 | 0 | 57 | 366 | 111 | 37 |
| Binary | 100001 | 10101 | 10001000 | 1001100 | 1010101 | 0 | 101111 | 11110110 | 1001001 | 11111 |
Color Harmonies of #211588
Complementary color
Monochromatic Colors of #211588
Black with #211588
Text Example
Text Example
White with #211588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211588; }
p { color: rgb(33,21,136); }
H1.HeaderClassName
{
color: #211588;
}
.AnyTagClassName
{
color: #211588;
}
</style>
background-color css
<style>
a { background-color: #211588; }
a { background-color: rgb(33,21,136); }
div.DivClassName
{
background-color: #211588;
}
.BgClassName
{
background-color: #211588;
}
</style>
border-color css
<style>
span { border-color: #211588; }
span { border-color: rgb(33,21,136); }
td.TdClassName
{
border-color: #211588;
}
.TagClassName
{
border-color: #211588;
}
</style>