Shades of Ultramarine #201B88
Tints of Ultramarine #201B88
RGB
CMYK
RGB Variations
Color information
#201B88 (or 0x201B88) is known color: Ultramarine. HEX triplet: 20, 1B and 88. RGB value is (32,27,136). Sum of RGB (Red+Green+Blue) = 32+27+136=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 136 (53.52% from 255 or 69.74% from 195); Max value from RGB is 136 - color contains mainly: blue. Hex color #201B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201B88 is #DFE477. Grayscale: #282828. Windows color (decimal): -14673016 or 8919840. OLE color: 8919840.
HSL color Cylindrical-coordinate representation of color #201B88: hue angle of 242.75º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201B88 is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 27 | 136 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.47 |
| HSL | 242.75º | 0.67% | 0.32% | - |
| HSV(B) | 242.75º | 0.8% | 0.53% | - |
| XYZ | 5.43 | 2.87 | 23.56 | - |
| YUV | 40.92 | 181.66 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 136 | 0.76 | 0.80 | 0 | 0.47 | 242.75 | 0.67 | 0.32 |
| Hex | 20 | 1B | 88 | 4C | 50 | 0 | 2F | F3 | 43 | 20 |
| Octal | 40 | 33 | 210 | 114 | 120 | 0 | 57 | 363 | 103 | 40 |
| Binary | 100000 | 11011 | 10001000 | 1001100 | 1010000 | 0 | 101111 | 11110011 | 1000011 | 100000 |
Color Harmonies of #201B88
Complementary color
Monochromatic Colors of #201B88
Black with #201B88
Text Example
Text Example
White with #201B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B88; }
p { color: rgb(32,27,136); }
H1.HeaderClassName
{
color: #201B88;
}
.AnyTagClassName
{
color: #201B88;
}
</style>
background-color css
<style>
a { background-color: #201B88; }
a { background-color: rgb(32,27,136); }
div.DivClassName
{
background-color: #201B88;
}
.BgClassName
{
background-color: #201B88;
}
</style>
border-color css
<style>
span { border-color: #201B88; }
span { border-color: rgb(32,27,136); }
td.TdClassName
{
border-color: #201B88;
}
.TagClassName
{
border-color: #201B88;
}
</style>