Shades of Ultramarine #201888
Tints of Ultramarine #201888
RGB
CMYK
RGB Variations
Color information
#201888 (or 0x201888) is known color: Ultramarine. HEX triplet: 20, 18 and 88. RGB value is (32,24,136). Sum of RGB (Red+Green+Blue) = 32+24+136=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 136 (53.52% from 255 or 70.83% from 192); Max value from RGB is 136 - color contains mainly: blue. Hex color #201888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201888 is #DFE777. Grayscale: #262626. Windows color (decimal): -14673784 or 8919072. OLE color: 8919072.
HSL color Cylindrical-coordinate representation of color #201888: hue angle of 244.29º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201888 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 24 | 136 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.47 |
| HSL | 244.29º | 0.7% | 0.31% | - |
| HSV(B) | 244.29º | 0.82% | 0.53% | - |
| XYZ | 5.37 | 2.74 | 23.54 | - |
| YUV | 39.16 | 182.65 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 136 | 0.76 | 0.82 | 0 | 0.47 | 244.29 | 0.7 | 0.31 |
| Hex | 20 | 18 | 88 | 4C | 52 | 0 | 2F | F4 | 46 | 1F |
| Octal | 40 | 30 | 210 | 114 | 122 | 0 | 57 | 364 | 106 | 37 |
| Binary | 100000 | 11000 | 10001000 | 1001100 | 1010010 | 0 | 101111 | 11110100 | 1000110 | 11111 |
Color Harmonies of #201888
Complementary color
Monochromatic Colors of #201888
Black with #201888
Text Example
Text Example
White with #201888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201888; }
p { color: rgb(32,24,136); }
H1.HeaderClassName
{
color: #201888;
}
.AnyTagClassName
{
color: #201888;
}
</style>
background-color css
<style>
a { background-color: #201888; }
a { background-color: rgb(32,24,136); }
div.DivClassName
{
background-color: #201888;
}
.BgClassName
{
background-color: #201888;
}
</style>
border-color css
<style>
span { border-color: #201888; }
span { border-color: rgb(32,24,136); }
td.TdClassName
{
border-color: #201888;
}
.TagClassName
{
border-color: #201888;
}
</style>