Shades of Ultramarine #201A88
Tints of Ultramarine #201A88
RGB
CMYK
RGB Variations
Color information
#201A88 (or 0x201A88) is known color: Ultramarine. HEX triplet: 20, 1A and 88. RGB value is (32,26,136). Sum of RGB (Red+Green+Blue) = 32+26+136=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 136 (53.52% from 255 or 70.10% from 194); Max value from RGB is 136 - color contains mainly: blue. Hex color #201A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201A88 is #DFE577. Grayscale: #272727. Windows color (decimal): -14673272 or 8919584. OLE color: 8919584.
HSL color Cylindrical-coordinate representation of color #201A88: hue angle of 243.27º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201A88 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 26 | 136 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.47 |
| HSL | 243.27º | 0.68% | 0.32% | - |
| HSV(B) | 243.27º | 0.81% | 0.53% | - |
| XYZ | 5.41 | 2.82 | 23.55 | - |
| YUV | 40.33 | 181.99 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 136 | 0.76 | 0.81 | 0 | 0.47 | 243.27 | 0.68 | 0.32 |
| Hex | 20 | 1A | 88 | 4C | 51 | 0 | 2F | F3 | 44 | 20 |
| Octal | 40 | 32 | 210 | 114 | 121 | 0 | 57 | 363 | 104 | 40 |
| Binary | 100000 | 11010 | 10001000 | 1001100 | 1010001 | 0 | 101111 | 11110011 | 1000100 | 100000 |
Color Harmonies of #201A88
Complementary color
Monochromatic Colors of #201A88
Black with #201A88
Text Example
Text Example
White with #201A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A88; }
p { color: rgb(32,26,136); }
H1.HeaderClassName
{
color: #201A88;
}
.AnyTagClassName
{
color: #201A88;
}
</style>
background-color css
<style>
a { background-color: #201A88; }
a { background-color: rgb(32,26,136); }
div.DivClassName
{
background-color: #201A88;
}
.BgClassName
{
background-color: #201A88;
}
</style>
border-color css
<style>
span { border-color: #201A88; }
span { border-color: rgb(32,26,136); }
td.TdClassName
{
border-color: #201A88;
}
.TagClassName
{
border-color: #201A88;
}
</style>