Shades of Ultramarine #201C88
Tints of Ultramarine #201C88
RGB
CMYK
RGB Variations
Color information
#201C88 (or 0x201C88) is known color: Ultramarine. HEX triplet: 20, 1C and 88. RGB value is (32,28,136). Sum of RGB (Red+Green+Blue) = 32+28+136=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 136 (53.52% from 255 or 69.39% from 196); Max value from RGB is 136 - color contains mainly: blue. Hex color #201C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201C88 is #DFE377. Grayscale: #292929. Windows color (decimal): -14672760 or 8920096. OLE color: 8920096.
HSL color Cylindrical-coordinate representation of color #201C88: hue angle of 242.22º degrees, saturation: 0.66, 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 #201C88 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 28 | 136 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.47 |
| HSL | 242.22º | 0.66% | 0.32% | - |
| HSV(B) | 242.22º | 0.79% | 0.53% | - |
| XYZ | 5.45 | 2.92 | 23.57 | - |
| YUV | 41.51 | 181.33 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 136 | 0.76 | 0.79 | 0 | 0.47 | 242.22 | 0.66 | 0.32 |
| Hex | 20 | 1C | 88 | 4C | 4F | 0 | 2F | F2 | 42 | 20 |
| Octal | 40 | 34 | 210 | 114 | 117 | 0 | 57 | 362 | 102 | 40 |
| Binary | 100000 | 11100 | 10001000 | 1001100 | 1001111 | 0 | 101111 | 11110010 | 1000010 | 100000 |
Color Harmonies of #201C88
Complementary color
Monochromatic Colors of #201C88
Black with #201C88
Text Example
Text Example
White with #201C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C88; }
p { color: rgb(32,28,136); }
H1.HeaderClassName
{
color: #201C88;
}
.AnyTagClassName
{
color: #201C88;
}
</style>
background-color css
<style>
a { background-color: #201C88; }
a { background-color: rgb(32,28,136); }
div.DivClassName
{
background-color: #201C88;
}
.BgClassName
{
background-color: #201C88;
}
</style>
border-color css
<style>
span { border-color: #201C88; }
span { border-color: rgb(32,28,136); }
td.TdClassName
{
border-color: #201C88;
}
.TagClassName
{
border-color: #201C88;
}
</style>