Shades of Ultramarine #201E9F
Tints of Ultramarine #201E9F
RGB
CMYK
RGB Variations
Color information
#201E9F (or 0x201E9F) is known color: Ultramarine. HEX triplet: 20, 1E and 9F. RGB value is (32,30,159). Sum of RGB (Red+Green+Blue) = 32+30+159=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 159 (62.5% from 255 or 71.95% from 221); Max value from RGB is 159 - color contains mainly: blue. Hex color #201E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201E9F is #DFE160. Grayscale: #2C2C2C. Windows color (decimal): -14672225 or 10427936. OLE color: 10427936.
HSL color Cylindrical-coordinate representation of color #201E9F: hue angle of 240.93º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201E9F is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 30 | 159 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.38 |
| HSL | 240.93º | 0.68% | 0.37% | - |
| HSV(B) | 240.93º | 0.81% | 0.62% | - |
| XYZ | 7.32 | 3.74 | 33.14 | - |
| YUV | 45.3 | 192.16 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 159 | 0.80 | 0.81 | 0 | 0.38 | 240.93 | 0.68 | 0.37 |
| Hex | 20 | 1E | 9F | 50 | 51 | 0 | 26 | F1 | 44 | 25 |
| Octal | 40 | 36 | 237 | 120 | 121 | 0 | 46 | 361 | 104 | 45 |
| Binary | 100000 | 11110 | 10011111 | 1010000 | 1010001 | 0 | 100110 | 11110001 | 1000100 | 100101 |
Color Harmonies of #201E9F
Complementary color
Monochromatic Colors of #201E9F
Black with #201E9F
Text Example
Text Example
White with #201E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E9F; }
p { color: rgb(32,30,159); }
H1.HeaderClassName
{
color: #201E9F;
}
.AnyTagClassName
{
color: #201E9F;
}
</style>
background-color css
<style>
a { background-color: #201E9F; }
a { background-color: rgb(32,30,159); }
div.DivClassName
{
background-color: #201E9F;
}
.BgClassName
{
background-color: #201E9F;
}
</style>
border-color css
<style>
span { border-color: #201E9F; }
span { border-color: rgb(32,30,159); }
td.TdClassName
{
border-color: #201E9F;
}
.TagClassName
{
border-color: #201E9F;
}
</style>