Shades of Ultramarine #20218F
Tints of Ultramarine #20218F
RGB
CMYK
RGB Variations
Color information
#20218F (or 0x20218F) is known color: Ultramarine. HEX triplet: 20, 21 and 8F. RGB value is (32,33,143). Sum of RGB (Red+Green+Blue) = 32+33+143=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 143 (56.25% from 255 or 68.75% from 208); Max value from RGB is 143 - color contains mainly: blue. Hex color #20218F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20218F is #DFDE70. Grayscale: #2C2C2C. Windows color (decimal): -14671473 or 9380128. OLE color: 9380128.
HSL color Cylindrical-coordinate representation of color #20218F: hue angle of 239.46º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20218F is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 33 | 143 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.44 |
| HSL | 239.46º | 0.63% | 0.34% | - |
| HSV(B) | 239.46º | 0.78% | 0.56% | - |
| XYZ | 6.1 | 3.38 | 26.32 | - |
| YUV | 45.24 | 183.17 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 143 | 0.78 | 0.77 | 0 | 0.44 | 239.46 | 0.63 | 0.34 |
| Hex | 20 | 21 | 8F | 4E | 4D | 0 | 2C | EF | 3F | 22 |
| Octal | 40 | 41 | 217 | 116 | 115 | 0 | 54 | 357 | 77 | 42 |
| Binary | 100000 | 100001 | 10001111 | 1001110 | 1001101 | 0 | 101100 | 11101111 | 111111 | 100010 |
Color Harmonies of #20218F
Complementary color
Monochromatic Colors of #20218F
Black with #20218F
Text Example
Text Example
White with #20218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20218F; }
p { color: rgb(32,33,143); }
H1.HeaderClassName
{
color: #20218F;
}
.AnyTagClassName
{
color: #20218F;
}
</style>
background-color css
<style>
a { background-color: #20218F; }
a { background-color: rgb(32,33,143); }
div.DivClassName
{
background-color: #20218F;
}
.BgClassName
{
background-color: #20218F;
}
</style>
border-color css
<style>
span { border-color: #20218F; }
span { border-color: rgb(32,33,143); }
td.TdClassName
{
border-color: #20218F;
}
.TagClassName
{
border-color: #20218F;
}
</style>