Shades of Ultramarine #201D9F
Tints of Ultramarine #201D9F
RGB
CMYK
RGB Variations
Color information
#201D9F (or 0x201D9F) is known color: Ultramarine. HEX triplet: 20, 1D and 9F. RGB value is (32,29,159). Sum of RGB (Red+Green+Blue) = 32+29+159=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 159 (62.5% from 255 or 72.27% from 220); Max value from RGB is 159 - color contains mainly: blue. Hex color #201D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201D9F is #DFE260. Grayscale: #2C2C2C. Windows color (decimal): -14672481 or 10427680. OLE color: 10427680.
HSL color Cylindrical-coordinate representation of color #201D9F: hue angle of 241.38º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201D9F is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 29 | 159 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.38 |
| HSL | 241.38º | 0.69% | 0.37% | - |
| HSV(B) | 241.38º | 0.82% | 0.62% | - |
| XYZ | 7.29 | 3.69 | 33.13 | - |
| YUV | 44.72 | 192.49 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 159 | 0.80 | 0.82 | 0 | 0.38 | 241.38 | 0.69 | 0.37 |
| Hex | 20 | 1D | 9F | 50 | 52 | 0 | 26 | F1 | 45 | 25 |
| Octal | 40 | 35 | 237 | 120 | 122 | 0 | 46 | 361 | 105 | 45 |
| Binary | 100000 | 11101 | 10011111 | 1010000 | 1010010 | 0 | 100110 | 11110001 | 1000101 | 100101 |
Color Harmonies of #201D9F
Complementary color
Monochromatic Colors of #201D9F
Black with #201D9F
Text Example
Text Example
White with #201D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D9F; }
p { color: rgb(32,29,159); }
H1.HeaderClassName
{
color: #201D9F;
}
.AnyTagClassName
{
color: #201D9F;
}
</style>
background-color css
<style>
a { background-color: #201D9F; }
a { background-color: rgb(32,29,159); }
div.DivClassName
{
background-color: #201D9F;
}
.BgClassName
{
background-color: #201D9F;
}
</style>
border-color css
<style>
span { border-color: #201D9F; }
span { border-color: rgb(32,29,159); }
td.TdClassName
{
border-color: #201D9F;
}
.TagClassName
{
border-color: #201D9F;
}
</style>