Shades of Ultramarine #200F91
Tints of Ultramarine #200F91
RGB
CMYK
RGB Variations
Color information
#200F91 (or 0x200F91) is known color: Ultramarine. HEX triplet: 20, 0F and 91. RGB value is (32,15,145). Sum of RGB (Red+Green+Blue) = 32+15+145=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 145 (57.03% from 255 or 75.52% from 192); Max value from RGB is 145 - color contains mainly: blue. Hex color #200F91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200F91 is #DFF06E. Grayscale: #222222. Windows color (decimal): -14676079 or 9506592. OLE color: 9506592.
HSL color Cylindrical-coordinate representation of color #200F91: hue angle of 247.85º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200F91 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 15 | 145 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.43 |
| HSL | 247.85º | 0.81% | 0.31% | - |
| HSV(B) | 247.85º | 0.9% | 0.57% | - |
| XYZ | 5.88 | 2.69 | 27 | - |
| YUV | 34.9 | 190.13 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 145 | 0.78 | 0.90 | 0 | 0.43 | 247.85 | 0.81 | 0.31 |
| Hex | 20 | F | 91 | 4E | 5A | 0 | 2B | F8 | 51 | 1F |
| Octal | 40 | 17 | 221 | 116 | 132 | 0 | 53 | 370 | 121 | 37 |
| Binary | 100000 | 1111 | 10010001 | 1001110 | 1011010 | 0 | 101011 | 11111000 | 1010001 | 11111 |
Color Harmonies of #200F91
Complementary color
Monochromatic Colors of #200F91
Black with #200F91
Text Example
Text Example
White with #200F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F91; }
p { color: rgb(32,15,145); }
H1.HeaderClassName
{
color: #200F91;
}
.AnyTagClassName
{
color: #200F91;
}
</style>
background-color css
<style>
a { background-color: #200F91; }
a { background-color: rgb(32,15,145); }
div.DivClassName
{
background-color: #200F91;
}
.BgClassName
{
background-color: #200F91;
}
</style>
border-color css
<style>
span { border-color: #200F91; }
span { border-color: rgb(32,15,145); }
td.TdClassName
{
border-color: #200F91;
}
.TagClassName
{
border-color: #200F91;
}
</style>