Shades of Ultramarine #211384
Tints of Ultramarine #211384
RGB
CMYK
RGB Variations
Color information
#211384 (or 0x211384) is known color: Ultramarine. HEX triplet: 21, 13 and 84. RGB value is (33,19,132). Sum of RGB (Red+Green+Blue) = 33+19+132=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 132 (51.95% from 255 or 71.74% from 184); Max value from RGB is 132 - color contains mainly: blue. Hex color #211384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211384 is #DEEC7B. Grayscale: #232323. Windows color (decimal): -14609532 or 8655649. OLE color: 8655649.
HSL color Cylindrical-coordinate representation of color #211384: hue angle of 247.43º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211384 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 19 | 132 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.48 |
| HSL | 247.43º | 0.75% | 0.3% | - |
| HSV(B) | 247.43º | 0.86% | 0.52% | - |
| XYZ | 5.02 | 2.46 | 22.04 | - |
| YUV | 36.07 | 182.14 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 132 | 0.75 | 0.86 | 0 | 0.48 | 247.43 | 0.75 | 0.3 |
| Hex | 21 | 13 | 84 | 4B | 56 | 0 | 30 | F7 | 4B | 1E |
| Octal | 41 | 23 | 204 | 113 | 126 | 0 | 60 | 367 | 113 | 36 |
| Binary | 100001 | 10011 | 10000100 | 1001011 | 1010110 | 0 | 110000 | 11110111 | 1001011 | 11110 |
Color Harmonies of #211384
Complementary color
Monochromatic Colors of #211384
Black with #211384
Text Example
Text Example
White with #211384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211384; }
p { color: rgb(33,19,132); }
H1.HeaderClassName
{
color: #211384;
}
.AnyTagClassName
{
color: #211384;
}
</style>
background-color css
<style>
a { background-color: #211384; }
a { background-color: rgb(33,19,132); }
div.DivClassName
{
background-color: #211384;
}
.BgClassName
{
background-color: #211384;
}
</style>
border-color css
<style>
span { border-color: #211384; }
span { border-color: rgb(33,19,132); }
td.TdClassName
{
border-color: #211384;
}
.TagClassName
{
border-color: #211384;
}
</style>