Shades of Ultramarine #200F92
Tints of Ultramarine #200F92
RGB
CMYK
RGB Variations
Color information
#200F92 (or 0x200F92) is known color: Ultramarine. HEX triplet: 20, 0F and 92. RGB value is (32,15,146). Sum of RGB (Red+Green+Blue) = 32+15+146=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #200F92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200F92 is #DFF06D. Grayscale: #222222. Windows color (decimal): -14676078 or 9572128. OLE color: 9572128.
HSL color Cylindrical-coordinate representation of color #200F92: hue angle of 247.79º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200F92 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 15 | 146 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.43 |
| HSL | 247.79º | 0.81% | 0.32% | - |
| HSV(B) | 247.79º | 0.9% | 0.57% | - |
| XYZ | 5.95 | 2.72 | 27.41 | - |
| YUV | 35.02 | 190.63 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 146 | 0.78 | 0.90 | 0 | 0.43 | 247.79 | 0.81 | 0.32 |
| Hex | 20 | F | 92 | 4E | 5A | 0 | 2B | F8 | 51 | 20 |
| Octal | 40 | 17 | 222 | 116 | 132 | 0 | 53 | 370 | 121 | 40 |
| Binary | 100000 | 1111 | 10010010 | 1001110 | 1011010 | 0 | 101011 | 11111000 | 1010001 | 100000 |
Color Harmonies of #200F92
Complementary color
Monochromatic Colors of #200F92
Black with #200F92
Text Example
Text Example
White with #200F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F92; }
p { color: rgb(32,15,146); }
H1.HeaderClassName
{
color: #200F92;
}
.AnyTagClassName
{
color: #200F92;
}
</style>
background-color css
<style>
a { background-color: #200F92; }
a { background-color: rgb(32,15,146); }
div.DivClassName
{
background-color: #200F92;
}
.BgClassName
{
background-color: #200F92;
}
</style>
border-color css
<style>
span { border-color: #200F92; }
span { border-color: rgb(32,15,146); }
td.TdClassName
{
border-color: #200F92;
}
.TagClassName
{
border-color: #200F92;
}
</style>