Shades of Ultramarine #200392
Tints of Ultramarine #200392
RGB
CMYK
RGB Variations
Color information
#200392 (or 0x200392) is known color: Ultramarine. HEX triplet: 20, 03 and 92. RGB value is (32,3,146). Sum of RGB (Red+Green+Blue) = 32+3+146=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 146 (57.42% from 255 or 80.66% from 181); Max value from RGB is 146 - color contains mainly: blue. Hex color #200392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200392 is #DFFC6D. Grayscale: #1B1B1B. Windows color (decimal): -14679150 or 9569056. OLE color: 9569056.
HSL color Cylindrical-coordinate representation of color #200392: hue angle of 252.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200392 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 3 | 146 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.43 |
| HSL | 252.17º | 0.96% | 0.29% | - |
| HSV(B) | 252.17º | 0.98% | 0.57% | - |
| XYZ | 5.82 | 2.45 | 27.36 | - |
| YUV | 27.97 | 194.61 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 146 | 0.78 | 0.98 | 0 | 0.43 | 252.17 | 0.96 | 0.29 |
| Hex | 20 | 3 | 92 | 4E | 62 | 0 | 2B | FC | 60 | 1D |
| Octal | 40 | 3 | 222 | 116 | 142 | 0 | 53 | 374 | 140 | 35 |
| Binary | 100000 | 11 | 10010010 | 1001110 | 1100010 | 0 | 101011 | 11111100 | 1100000 | 11101 |
Color Harmonies of #200392
Complementary color
Monochromatic Colors of #200392
Black with #200392
Text Example
Text Example
White with #200392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200392; }
p { color: rgb(32,3,146); }
H1.HeaderClassName
{
color: #200392;
}
.AnyTagClassName
{
color: #200392;
}
</style>
background-color css
<style>
a { background-color: #200392; }
a { background-color: rgb(32,3,146); }
div.DivClassName
{
background-color: #200392;
}
.BgClassName
{
background-color: #200392;
}
</style>
border-color css
<style>
span { border-color: #200392; }
span { border-color: rgb(32,3,146); }
td.TdClassName
{
border-color: #200392;
}
.TagClassName
{
border-color: #200392;
}
</style>