Shades of Ultramarine #201D95
Tints of Ultramarine #201D95
RGB
CMYK
RGB Variations
Color information
#201D95 (or 0x201D95) is known color: Ultramarine. HEX triplet: 20, 1D and 95. RGB value is (32,29,149). Sum of RGB (Red+Green+Blue) = 32+29+149=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #201D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201D95 is #DFE26A. Grayscale: #2B2B2B. Windows color (decimal): -14672491 or 9772320. OLE color: 9772320.
HSL color Cylindrical-coordinate representation of color #201D95: hue angle of 241.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201D95 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 29 | 149 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.42 |
| HSL | 241.5º | 0.67% | 0.35% | - |
| HSV(B) | 241.5º | 0.81% | 0.58% | - |
| XYZ | 6.46 | 3.36 | 28.74 | - |
| YUV | 43.58 | 187.49 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 149 | 0.79 | 0.81 | 0 | 0.42 | 241.5 | 0.67 | 0.35 |
| Hex | 20 | 1D | 95 | 4F | 51 | 0 | 2A | F2 | 43 | 23 |
| Octal | 40 | 35 | 225 | 117 | 121 | 0 | 52 | 362 | 103 | 43 |
| Binary | 100000 | 11101 | 10010101 | 1001111 | 1010001 | 0 | 101010 | 11110010 | 1000011 | 100011 |
Color Harmonies of #201D95
Complementary color
Monochromatic Colors of #201D95
Black with #201D95
Text Example
Text Example
White with #201D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D95; }
p { color: rgb(32,29,149); }
H1.HeaderClassName
{
color: #201D95;
}
.AnyTagClassName
{
color: #201D95;
}
</style>
background-color css
<style>
a { background-color: #201D95; }
a { background-color: rgb(32,29,149); }
div.DivClassName
{
background-color: #201D95;
}
.BgClassName
{
background-color: #201D95;
}
</style>
border-color css
<style>
span { border-color: #201D95; }
span { border-color: rgb(32,29,149); }
td.TdClassName
{
border-color: #201D95;
}
.TagClassName
{
border-color: #201D95;
}
</style>