Shades of Ultramarine #201D88
Tints of Ultramarine #201D88
RGB
CMYK
RGB Variations
Color information
#201D88 (or 0x201D88) is known color: Ultramarine. HEX triplet: 20, 1D and 88. RGB value is (32,29,136). Sum of RGB (Red+Green+Blue) = 32+29+136=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 136 (53.52% from 255 or 69.04% from 197); Max value from RGB is 136 - color contains mainly: blue. Hex color #201D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201D88 is #DFE277. Grayscale: #292929. Windows color (decimal): -14672504 or 8920352. OLE color: 8920352.
HSL color Cylindrical-coordinate representation of color #201D88: hue angle of 241.68º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201D88 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 29 | 136 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.47 |
| HSL | 241.68º | 0.65% | 0.32% | - |
| HSV(B) | 241.68º | 0.79% | 0.53% | - |
| XYZ | 5.48 | 2.96 | 23.58 | - |
| YUV | 42.1 | 180.99 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 136 | 0.76 | 0.79 | 0 | 0.47 | 241.68 | 0.65 | 0.32 |
| Hex | 20 | 1D | 88 | 4C | 4F | 0 | 2F | F2 | 41 | 20 |
| Octal | 40 | 35 | 210 | 114 | 117 | 0 | 57 | 362 | 101 | 40 |
| Binary | 100000 | 11101 | 10001000 | 1001100 | 1001111 | 0 | 101111 | 11110010 | 1000001 | 100000 |
Color Harmonies of #201D88
Complementary color
Monochromatic Colors of #201D88
Black with #201D88
Text Example
Text Example
White with #201D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D88; }
p { color: rgb(32,29,136); }
H1.HeaderClassName
{
color: #201D88;
}
.AnyTagClassName
{
color: #201D88;
}
</style>
background-color css
<style>
a { background-color: #201D88; }
a { background-color: rgb(32,29,136); }
div.DivClassName
{
background-color: #201D88;
}
.BgClassName
{
background-color: #201D88;
}
</style>
border-color css
<style>
span { border-color: #201D88; }
span { border-color: rgb(32,29,136); }
td.TdClassName
{
border-color: #201D88;
}
.TagClassName
{
border-color: #201D88;
}
</style>