Shades of Ultramarine #20218B
Tints of Ultramarine #20218B
RGB
CMYK
RGB Variations
Color information
#20218B (or 0x20218B) is known color: Ultramarine. HEX triplet: 20, 21 and 8B. RGB value is (32,33,139). Sum of RGB (Red+Green+Blue) = 32+33+139=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #20218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20218B is #DFDE74. Grayscale: #2C2C2C. Windows color (decimal): -14671477 or 9117984. OLE color: 9117984.
HSL color Cylindrical-coordinate representation of color #20218B: hue angle of 239.44º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20218B is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 33 | 139 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.45 |
| HSL | 239.44º | 0.63% | 0.34% | - |
| HSV(B) | 239.44º | 0.77% | 0.55% | - |
| XYZ | 5.8 | 3.26 | 24.75 | - |
| YUV | 44.79 | 181.17 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 139 | 0.77 | 0.76 | 0 | 0.45 | 239.44 | 0.63 | 0.34 |
| Hex | 20 | 21 | 8B | 4D | 4C | 0 | 2D | EF | 3F | 22 |
| Octal | 40 | 41 | 213 | 115 | 114 | 0 | 55 | 357 | 77 | 42 |
| Binary | 100000 | 100001 | 10001011 | 1001101 | 1001100 | 0 | 101101 | 11101111 | 111111 | 100010 |
Color Harmonies of #20218B
Complementary color
Monochromatic Colors of #20218B
Black with #20218B
Text Example
Text Example
White with #20218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20218B; }
p { color: rgb(32,33,139); }
H1.HeaderClassName
{
color: #20218B;
}
.AnyTagClassName
{
color: #20218B;
}
</style>
background-color css
<style>
a { background-color: #20218B; }
a { background-color: rgb(32,33,139); }
div.DivClassName
{
background-color: #20218B;
}
.BgClassName
{
background-color: #20218B;
}
</style>
border-color css
<style>
span { border-color: #20218B; }
span { border-color: rgb(32,33,139); }
td.TdClassName
{
border-color: #20218B;
}
.TagClassName
{
border-color: #20218B;
}
</style>