Shades of Ultramarine #211B8C
Tints of Ultramarine #211B8C
RGB
CMYK
RGB Variations
Color information
#211B8C (or 0x211B8C) is known color: Ultramarine. HEX triplet: 21, 1B and 8C. RGB value is (33,27,140). Sum of RGB (Red+Green+Blue) = 33+27+140=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 140 (55.08% from 255 or 70% from 200); Max value from RGB is 140 - color contains mainly: blue. Hex color #211B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211B8C is #DEE473. Grayscale: #292929. Windows color (decimal): -14607476 or 9181985. OLE color: 9181985.
HSL color Cylindrical-coordinate representation of color #211B8C: hue angle of 243.19º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211B8C is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 27 | 140 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.45 |
| HSL | 243.19º | 0.68% | 0.33% | - |
| HSV(B) | 243.19º | 0.81% | 0.55% | - |
| XYZ | 5.75 | 3 | 25.09 | - |
| YUV | 41.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 140 | 0.76 | 0.81 | 0 | 0.45 | 243.19 | 0.68 | 0.33 |
| Hex | 21 | 1B | 8C | 4C | 51 | 0 | 2D | F3 | 44 | 21 |
| Octal | 41 | 33 | 214 | 114 | 121 | 0 | 55 | 363 | 104 | 41 |
| Binary | 100001 | 11011 | 10001100 | 1001100 | 1010001 | 0 | 101101 | 11110011 | 1000100 | 100001 |
Color Harmonies of #211B8C
Complementary color
Monochromatic Colors of #211B8C
Black with #211B8C
Text Example
Text Example
White with #211B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211B8C; }
p { color: rgb(33,27,140); }
H1.HeaderClassName
{
color: #211B8C;
}
.AnyTagClassName
{
color: #211B8C;
}
</style>
background-color css
<style>
a { background-color: #211B8C; }
a { background-color: rgb(33,27,140); }
div.DivClassName
{
background-color: #211B8C;
}
.BgClassName
{
background-color: #211B8C;
}
</style>
border-color css
<style>
span { border-color: #211B8C; }
span { border-color: rgb(33,27,140); }
td.TdClassName
{
border-color: #211B8C;
}
.TagClassName
{
border-color: #211B8C;
}
</style>