Shades of Ultramarine #200992
Tints of Ultramarine #200992
RGB
CMYK
RGB Variations
Color information
#200992 (or 0x200992) is known color: Ultramarine. HEX triplet: 20, 09 and 92. RGB value is (32,9,146). Sum of RGB (Red+Green+Blue) = 32+9+146=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 146 (57.42% from 255 or 78.07% from 187); Max value from RGB is 146 - color contains mainly: blue. Hex color #200992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200992 is #DFF66D. Grayscale: #1E1E1E. Windows color (decimal): -14677614 or 9570592. OLE color: 9570592.
HSL color Cylindrical-coordinate representation of color #200992: hue angle of 250.07º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200992 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 9 | 146 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.43 |
| HSL | 250.07º | 0.88% | 0.3% | - |
| HSV(B) | 250.07º | 0.94% | 0.57% | - |
| XYZ | 5.88 | 2.58 | 27.38 | - |
| YUV | 31.5 | 192.62 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 146 | 0.78 | 0.94 | 0 | 0.43 | 250.07 | 0.88 | 0.3 |
| Hex | 20 | 9 | 92 | 4E | 5E | 0 | 2B | FA | 58 | 1E |
| Octal | 40 | 11 | 222 | 116 | 136 | 0 | 53 | 372 | 130 | 36 |
| Binary | 100000 | 1001 | 10010010 | 1001110 | 1011110 | 0 | 101011 | 11111010 | 1011000 | 11110 |
Color Harmonies of #200992
Complementary color
Monochromatic Colors of #200992
Black with #200992
Text Example
Text Example
White with #200992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200992; }
p { color: rgb(32,9,146); }
H1.HeaderClassName
{
color: #200992;
}
.AnyTagClassName
{
color: #200992;
}
</style>
background-color css
<style>
a { background-color: #200992; }
a { background-color: rgb(32,9,146); }
div.DivClassName
{
background-color: #200992;
}
.BgClassName
{
background-color: #200992;
}
</style>
border-color css
<style>
span { border-color: #200992; }
span { border-color: rgb(32,9,146); }
td.TdClassName
{
border-color: #200992;
}
.TagClassName
{
border-color: #200992;
}
</style>