Shades of Ultramarine #211A8C
Tints of Ultramarine #211A8C
RGB
CMYK
RGB Variations
Color information
#211A8C (or 0x211A8C) is known color: Ultramarine. HEX triplet: 21, 1A and 8C. RGB value is (33,26,140). Sum of RGB (Red+Green+Blue) = 33+26+140=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 140 (55.08% from 255 or 70.35% from 199); Max value from RGB is 140 - color contains mainly: blue. Hex color #211A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211A8C is #DEE573. Grayscale: #282828. Windows color (decimal): -14607732 or 9181729. OLE color: 9181729.
HSL color Cylindrical-coordinate representation of color #211A8C: hue angle of 243.68º degrees, saturation: 0.69, 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 #211A8C is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 26 | 140 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.45 |
| HSL | 243.68º | 0.69% | 0.33% | - |
| HSV(B) | 243.68º | 0.81% | 0.55% | - |
| XYZ | 5.73 | 2.96 | 25.08 | - |
| YUV | 41.09 | 183.82 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 140 | 0.76 | 0.81 | 0 | 0.45 | 243.68 | 0.69 | 0.33 |
| Hex | 21 | 1A | 8C | 4C | 51 | 0 | 2D | F4 | 45 | 21 |
| Octal | 41 | 32 | 214 | 114 | 121 | 0 | 55 | 364 | 105 | 41 |
| Binary | 100001 | 11010 | 10001100 | 1001100 | 1010001 | 0 | 101101 | 11110100 | 1000101 | 100001 |
Color Harmonies of #211A8C
Complementary color
Monochromatic Colors of #211A8C
Black with #211A8C
Text Example
Text Example
White with #211A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A8C; }
p { color: rgb(33,26,140); }
H1.HeaderClassName
{
color: #211A8C;
}
.AnyTagClassName
{
color: #211A8C;
}
</style>
background-color css
<style>
a { background-color: #211A8C; }
a { background-color: rgb(33,26,140); }
div.DivClassName
{
background-color: #211A8C;
}
.BgClassName
{
background-color: #211A8C;
}
</style>
border-color css
<style>
span { border-color: #211A8C; }
span { border-color: rgb(33,26,140); }
td.TdClassName
{
border-color: #211A8C;
}
.TagClassName
{
border-color: #211A8C;
}
</style>