Shades of Ultramarine #201D90
Tints of Ultramarine #201D90
RGB
CMYK
RGB Variations
Color information
#201D90 (or 0x201D90) is known color: Ultramarine. HEX triplet: 20, 1D and 90. RGB value is (32,29,144). Sum of RGB (Red+Green+Blue) = 32+29+144=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #201D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201D90 is #DFE26F. Grayscale: #2A2A2A. Windows color (decimal): -14672496 or 9444640. OLE color: 9444640.
HSL color Cylindrical-coordinate representation of color #201D90: hue angle of 241.57º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201D90 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 29 | 144 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.44 |
| HSL | 241.57º | 0.66% | 0.34% | - |
| HSV(B) | 241.57º | 0.8% | 0.56% | - |
| XYZ | 6.07 | 3.2 | 26.68 | - |
| YUV | 43.01 | 184.99 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 144 | 0.78 | 0.80 | 0 | 0.44 | 241.57 | 0.66 | 0.34 |
| Hex | 20 | 1D | 90 | 4E | 50 | 0 | 2C | F2 | 42 | 22 |
| Octal | 40 | 35 | 220 | 116 | 120 | 0 | 54 | 362 | 102 | 42 |
| Binary | 100000 | 11101 | 10010000 | 1001110 | 1010000 | 0 | 101100 | 11110010 | 1000010 | 100010 |
Color Harmonies of #201D90
Complementary color
Monochromatic Colors of #201D90
Black with #201D90
Text Example
Text Example
White with #201D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D90; }
p { color: rgb(32,29,144); }
H1.HeaderClassName
{
color: #201D90;
}
.AnyTagClassName
{
color: #201D90;
}
</style>
background-color css
<style>
a { background-color: #201D90; }
a { background-color: rgb(32,29,144); }
div.DivClassName
{
background-color: #201D90;
}
.BgClassName
{
background-color: #201D90;
}
</style>
border-color css
<style>
span { border-color: #201D90; }
span { border-color: rgb(32,29,144); }
td.TdClassName
{
border-color: #201D90;
}
.TagClassName
{
border-color: #201D90;
}
</style>