Shades of Ultramarine #200E85
Tints of Ultramarine #200E85
RGB
CMYK
RGB Variations
Color information
#200E85 (or 0x200E85) is known color: Ultramarine. HEX triplet: 20, 0E and 85. RGB value is (32,14,133). Sum of RGB (Red+Green+Blue) = 32+14+133=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 133 (52.34% from 255 or 74.30% from 179); Max value from RGB is 133 - color contains mainly: blue. Hex color #200E85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200E85 is #DFF17A. Grayscale: #202020. Windows color (decimal): -14676347 or 8719904. OLE color: 8719904.
HSL color Cylindrical-coordinate representation of color #200E85: hue angle of 249.08º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #200E85 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 14 | 133 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.48 |
| HSL | 249.08º | 0.81% | 0.29% | - |
| HSV(B) | 249.08º | 0.89% | 0.52% | - |
| XYZ | 4.99 | 2.31 | 22.37 | - |
| YUV | 32.95 | 184.46 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 133 | 0.76 | 0.89 | 0 | 0.48 | 249.08 | 0.81 | 0.29 |
| Hex | 20 | E | 85 | 4C | 59 | 0 | 30 | F9 | 51 | 1D |
| Octal | 40 | 16 | 205 | 114 | 131 | 0 | 60 | 371 | 121 | 35 |
| Binary | 100000 | 1110 | 10000101 | 1001100 | 1011001 | 0 | 110000 | 11111001 | 1010001 | 11101 |
Color Harmonies of #200E85
Complementary color
Monochromatic Colors of #200E85
Black with #200E85
Text Example
Text Example
White with #200E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E85; }
p { color: rgb(32,14,133); }
H1.HeaderClassName
{
color: #200E85;
}
.AnyTagClassName
{
color: #200E85;
}
</style>
background-color css
<style>
a { background-color: #200E85; }
a { background-color: rgb(32,14,133); }
div.DivClassName
{
background-color: #200E85;
}
.BgClassName
{
background-color: #200E85;
}
</style>
border-color css
<style>
span { border-color: #200E85; }
span { border-color: rgb(32,14,133); }
td.TdClassName
{
border-color: #200E85;
}
.TagClassName
{
border-color: #200E85;
}
</style>