Shades of Ultramarine #211A8B
Tints of Ultramarine #211A8B
RGB
CMYK
RGB Variations
Color information
#211A8B (or 0x211A8B) is known color: Ultramarine. HEX triplet: 21, 1A and 8B. RGB value is (33,26,139). Sum of RGB (Red+Green+Blue) = 33+26+139=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #211A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211A8B is #DEE574. Grayscale: #282828. Windows color (decimal): -14607733 or 9116193. OLE color: 9116193.
HSL color Cylindrical-coordinate representation of color #211A8B: hue angle of 243.72º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211A8B is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 26 | 139 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.45 |
| HSL | 243.72º | 0.68% | 0.32% | - |
| HSV(B) | 243.72º | 0.81% | 0.55% | - |
| XYZ | 5.66 | 2.93 | 24.69 | - |
| YUV | 40.98 | 183.32 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 139 | 0.76 | 0.81 | 0 | 0.45 | 243.72 | 0.68 | 0.32 |
| Hex | 21 | 1A | 8B | 4C | 51 | 0 | 2D | F4 | 44 | 20 |
| Octal | 41 | 32 | 213 | 114 | 121 | 0 | 55 | 364 | 104 | 40 |
| Binary | 100001 | 11010 | 10001011 | 1001100 | 1010001 | 0 | 101101 | 11110100 | 1000100 | 100000 |
Color Harmonies of #211A8B
Complementary color
Monochromatic Colors of #211A8B
Black with #211A8B
Text Example
Text Example
White with #211A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A8B; }
p { color: rgb(33,26,139); }
H1.HeaderClassName
{
color: #211A8B;
}
.AnyTagClassName
{
color: #211A8B;
}
</style>
background-color css
<style>
a { background-color: #211A8B; }
a { background-color: rgb(33,26,139); }
div.DivClassName
{
background-color: #211A8B;
}
.BgClassName
{
background-color: #211A8B;
}
</style>
border-color css
<style>
span { border-color: #211A8B; }
span { border-color: rgb(33,26,139); }
td.TdClassName
{
border-color: #211A8B;
}
.TagClassName
{
border-color: #211A8B;
}
</style>