Shades of Ultramarine #200394
Tints of Ultramarine #200394
RGB
CMYK
RGB Variations
Color information
#200394 (or 0x200394) is known color: Ultramarine. HEX triplet: 20, 03 and 94. RGB value is (32,3,148). Sum of RGB (Red+Green+Blue) = 32+3+148=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 148 (58.20% from 255 or 80.87% from 183); Max value from RGB is 148 - color contains mainly: blue. Hex color #200394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200394 is #DFFC6B. Grayscale: #1B1B1B. Windows color (decimal): -14679148 or 9700128. OLE color: 9700128.
HSL color Cylindrical-coordinate representation of color #200394: hue angle of 252º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200394 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 3 | 148 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.42 |
| HSL | 252º | 0.96% | 0.3% | - |
| HSV(B) | 252º | 0.98% | 0.58% | - |
| XYZ | 5.97 | 2.51 | 28.19 | - |
| YUV | 28.2 | 195.61 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 148 | 0.78 | 0.98 | 0 | 0.42 | 252 | 0.96 | 0.3 |
| Hex | 20 | 3 | 94 | 4E | 62 | 0 | 2A | FC | 60 | 1E |
| Octal | 40 | 3 | 224 | 116 | 142 | 0 | 52 | 374 | 140 | 36 |
| Binary | 100000 | 11 | 10010100 | 1001110 | 1100010 | 0 | 101010 | 11111100 | 1100000 | 11110 |
Color Harmonies of #200394
Complementary color
Monochromatic Colors of #200394
Black with #200394
Text Example
Text Example
White with #200394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200394; }
p { color: rgb(32,3,148); }
H1.HeaderClassName
{
color: #200394;
}
.AnyTagClassName
{
color: #200394;
}
</style>
background-color css
<style>
a { background-color: #200394; }
a { background-color: rgb(32,3,148); }
div.DivClassName
{
background-color: #200394;
}
.BgClassName
{
background-color: #200394;
}
</style>
border-color css
<style>
span { border-color: #200394; }
span { border-color: rgb(32,3,148); }
td.TdClassName
{
border-color: #200394;
}
.TagClassName
{
border-color: #200394;
}
</style>