Shades of Ultramarine #200096
Tints of Ultramarine #200096
RGB
CMYK
RGB Variations
Color information
#200096 (or 0x200096) is known color: Ultramarine. HEX triplet: 20, 00 and 96. RGB value is (32,0,150). Sum of RGB (Red+Green+Blue) = 32+0+150=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 150 (58.98% from 255 or 82.42% from 182); Max value from RGB is 150 - color contains mainly: blue. Hex color #200096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200096 is #DFFF69. Grayscale: #1A1A1A. Windows color (decimal): -14679914 or 9830432. OLE color: 9830432.
HSL color Cylindrical-coordinate representation of color #200096: hue angle of 252.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200096 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 0 | 150 | - |
| CMYK | 0.79 | 1 | 0 | 0.41 |
| HSL | 252.8º | 1% | 0.29% | - |
| HSV(B) | 252.8º | 1% | 0.59% | - |
| XYZ | 6.1 | 2.51 | 29.02 | - |
| YUV | 26.67 | 197.6 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 150 | 0.79 | 1 | 0 | 0.41 | 252.8 | 1 | 0.29 |
| Hex | 20 | 0 | 96 | 4F | 64 | 0 | 29 | FD | 64 | 1D |
| Octal | 40 | 0 | 226 | 117 | 144 | 0 | 51 | 375 | 144 | 35 |
| Binary | 100000 | 0 | 10010110 | 1001111 | 1100100 | 0 | 101001 | 11111101 | 1100100 | 11101 |
Color Harmonies of #200096
Complementary color
Monochromatic Colors of #200096
Black with #200096
Text Example
Text Example
White with #200096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200096; }
p { color: rgb(32,0,150); }
H1.HeaderClassName
{
color: #200096;
}
.AnyTagClassName
{
color: #200096;
}
</style>
background-color css
<style>
a { background-color: #200096; }
a { background-color: rgb(32,0,150); }
div.DivClassName
{
background-color: #200096;
}
.BgClassName
{
background-color: #200096;
}
</style>
border-color css
<style>
span { border-color: #200096; }
span { border-color: rgb(32,0,150); }
td.TdClassName
{
border-color: #200096;
}
.TagClassName
{
border-color: #200096;
}
</style>