Shades of Ultramarine #200FA9
Tints of Ultramarine #200FA9
RGB
CMYK
RGB Variations
Color information
#200FA9 (or 0x200FA9) is known color: Ultramarine. HEX triplet: 20, 0F and A9. RGB value is (32,15,169). Sum of RGB (Red+Green+Blue) = 32+15+169=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 169 (66.41% from 255 or 78.24% from 216); Max value from RGB is 169 - color contains mainly: blue. Hex color #200FA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200FA9 is #DFF056. Grayscale: #252525. Windows color (decimal): -14676055 or 11079456. OLE color: 11079456.
HSL color Cylindrical-coordinate representation of color #200FA9: hue angle of 246.62º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200FA9 is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 32 | 15 | 169 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.34 |
| HSL | 246.62º | 0.84% | 0.36% | - |
| HSV(B) | 246.62º | 0.91% | 0.66% | - |
| XYZ | 7.93 | 3.51 | 37.8 | - |
| YUV | 37.64 | 202.13 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 169 | 0.81 | 0.91 | 0 | 0.34 | 246.62 | 0.84 | 0.36 |
| Hex | 20 | F | A9 | 51 | 5B | 0 | 22 | F7 | 54 | 24 |
| Octal | 40 | 17 | 251 | 121 | 133 | 0 | 42 | 367 | 124 | 44 |
| Binary | 100000 | 1111 | 10101001 | 1010001 | 1011011 | 0 | 100010 | 11110111 | 1010100 | 100100 |
Color Harmonies of #200FA9
Complementary color
Monochromatic Colors of #200FA9
Black with #200FA9
Text Example
Text Example
White with #200FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200FA9; }
p { color: rgb(32,15,169); }
H1.HeaderClassName
{
color: #200FA9;
}
.AnyTagClassName
{
color: #200FA9;
}
</style>
background-color css
<style>
a { background-color: #200FA9; }
a { background-color: rgb(32,15,169); }
div.DivClassName
{
background-color: #200FA9;
}
.BgClassName
{
background-color: #200FA9;
}
</style>
border-color css
<style>
span { border-color: #200FA9; }
span { border-color: rgb(32,15,169); }
td.TdClassName
{
border-color: #200FA9;
}
.TagClassName
{
border-color: #200FA9;
}
</style>