Shades of Ultramarine #200F96
Tints of Ultramarine #200F96
RGB
CMYK
RGB Variations
Color information
#200F96 (or 0x200F96) is known color: Ultramarine. HEX triplet: 20, 0F and 96. RGB value is (32,15,150). Sum of RGB (Red+Green+Blue) = 32+15+150=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 150 (58.98% from 255 or 76.14% from 197); Max value from RGB is 150 - color contains mainly: blue. Hex color #200F96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200F96 is #DFF069. Grayscale: #222222. Windows color (decimal): -14676074 or 9834272. OLE color: 9834272.
HSL color Cylindrical-coordinate representation of color #200F96: hue angle of 247.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200F96 is Cyan = 0.79, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 15 | 150 | - |
| CMYK | 0.79 | 0.9 | 0 | 0.41 |
| HSL | 247.56º | 0.82% | 0.32% | - |
| HSV(B) | 247.56º | 0.9% | 0.59% | - |
| XYZ | 6.27 | 2.85 | 29.07 | - |
| YUV | 35.47 | 192.63 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 150 | 0.79 | 0.9 | 0 | 0.41 | 247.56 | 0.82 | 0.32 |
| Hex | 20 | F | 96 | 4F | 5A | 0 | 29 | F8 | 52 | 20 |
| Octal | 40 | 17 | 226 | 117 | 132 | 0 | 51 | 370 | 122 | 40 |
| Binary | 100000 | 1111 | 10010110 | 1001111 | 1011010 | 0 | 101001 | 11111000 | 1010010 | 100000 |
Color Harmonies of #200F96
Complementary color
Monochromatic Colors of #200F96
Black with #200F96
Text Example
Text Example
White with #200F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F96; }
p { color: rgb(32,15,150); }
H1.HeaderClassName
{
color: #200F96;
}
.AnyTagClassName
{
color: #200F96;
}
</style>
background-color css
<style>
a { background-color: #200F96; }
a { background-color: rgb(32,15,150); }
div.DivClassName
{
background-color: #200F96;
}
.BgClassName
{
background-color: #200F96;
}
</style>
border-color css
<style>
span { border-color: #200F96; }
span { border-color: rgb(32,15,150); }
td.TdClassName
{
border-color: #200F96;
}
.TagClassName
{
border-color: #200F96;
}
</style>