Shades of Ultramarine #200E8C
Tints of Ultramarine #200E8C
RGB
CMYK
RGB Variations
Color information
#200E8C (or 0x200E8C) is known color: Ultramarine. HEX triplet: 20, 0E and 8C. RGB value is (32,14,140). Sum of RGB (Red+Green+Blue) = 32+14+140=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 140 (55.08% from 255 or 75.27% from 186); Max value from RGB is 140 - color contains mainly: blue. Hex color #200E8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200E8C is #DFF173. Grayscale: #212121. Windows color (decimal): -14676340 or 9178656. OLE color: 9178656.
HSL color Cylindrical-coordinate representation of color #200E8C: hue angle of 248.57º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200E8C is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 14 | 140 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.45 |
| HSL | 248.57º | 0.82% | 0.3% | - |
| HSV(B) | 248.57º | 0.9% | 0.55% | - |
| XYZ | 5.49 | 2.51 | 25.01 | - |
| YUV | 33.75 | 187.96 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 140 | 0.77 | 0.90 | 0 | 0.45 | 248.57 | 0.82 | 0.3 |
| Hex | 20 | E | 8C | 4D | 5A | 0 | 2D | F9 | 52 | 1E |
| Octal | 40 | 16 | 214 | 115 | 132 | 0 | 55 | 371 | 122 | 36 |
| Binary | 100000 | 1110 | 10001100 | 1001101 | 1011010 | 0 | 101101 | 11111001 | 1010010 | 11110 |
Color Harmonies of #200E8C
Complementary color
Monochromatic Colors of #200E8C
Black with #200E8C
Text Example
Text Example
White with #200E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E8C; }
p { color: rgb(32,14,140); }
H1.HeaderClassName
{
color: #200E8C;
}
.AnyTagClassName
{
color: #200E8C;
}
</style>
background-color css
<style>
a { background-color: #200E8C; }
a { background-color: rgb(32,14,140); }
div.DivClassName
{
background-color: #200E8C;
}
.BgClassName
{
background-color: #200E8C;
}
</style>
border-color css
<style>
span { border-color: #200E8C; }
span { border-color: rgb(32,14,140); }
td.TdClassName
{
border-color: #200E8C;
}
.TagClassName
{
border-color: #200E8C;
}
</style>