Shades of Ultramarine #200094
Tints of Ultramarine #200094
RGB
CMYK
RGB Variations
Color information
#200094 (or 0x200094) is known color: Ultramarine. HEX triplet: 20, 00 and 94. RGB value is (32,0,148). Sum of RGB (Red+Green+Blue) = 32+0+148=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 148 (58.20% from 255 or 82.22% from 180); Max value from RGB is 148 - color contains mainly: blue. Hex color #200094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200094 is #DFFF6B. Grayscale: #191919. Windows color (decimal): -14679916 or 9699360. OLE color: 9699360.
HSL color Cylindrical-coordinate representation of color #200094: hue angle of 252.97º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200094 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 0 | 148 | - |
| CMYK | 0.78 | 1 | 0 | 0.42 |
| HSL | 252.97º | 1% | 0.29% | - |
| HSV(B) | 252.97º | 1% | 0.58% | - |
| XYZ | 5.94 | 2.45 | 28.18 | - |
| YUV | 26.44 | 196.6 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 148 | 0.78 | 1 | 0 | 0.42 | 252.97 | 1 | 0.29 |
| Hex | 20 | 0 | 94 | 4E | 64 | 0 | 2A | FD | 64 | 1D |
| Octal | 40 | 0 | 224 | 116 | 144 | 0 | 52 | 375 | 144 | 35 |
| Binary | 100000 | 0 | 10010100 | 1001110 | 1100100 | 0 | 101010 | 11111101 | 1100100 | 11101 |
Color Harmonies of #200094
Complementary color
Monochromatic Colors of #200094
Black with #200094
Text Example
Text Example
White with #200094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200094; }
p { color: rgb(32,0,148); }
H1.HeaderClassName
{
color: #200094;
}
.AnyTagClassName
{
color: #200094;
}
</style>
background-color css
<style>
a { background-color: #200094; }
a { background-color: rgb(32,0,148); }
div.DivClassName
{
background-color: #200094;
}
.BgClassName
{
background-color: #200094;
}
</style>
border-color css
<style>
span { border-color: #200094; }
span { border-color: rgb(32,0,148); }
td.TdClassName
{
border-color: #200094;
}
.TagClassName
{
border-color: #200094;
}
</style>