Shades of Ultramarine #201A8E
Tints of Ultramarine #201A8E
RGB
CMYK
RGB Variations
Color information
#201A8E (or 0x201A8E) is known color: Ultramarine. HEX triplet: 20, 1A and 8E. RGB value is (32,26,142). Sum of RGB (Red+Green+Blue) = 32+26+142=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 142 (55.86% from 255 or 71% from 200); Max value from RGB is 142 - color contains mainly: blue. Hex color #201A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201A8E is #DFE571. Grayscale: #282828. Windows color (decimal): -14673266 or 9312800. OLE color: 9312800.
HSL color Cylindrical-coordinate representation of color #201A8E: hue angle of 243.1º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201A8E is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 26 | 142 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.44 |
| HSL | 243.1º | 0.69% | 0.33% | - |
| HSV(B) | 243.1º | 0.82% | 0.56% | - |
| XYZ | 5.85 | 3 | 25.86 | - |
| YUV | 41.02 | 184.99 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 142 | 0.77 | 0.82 | 0 | 0.44 | 243.1 | 0.69 | 0.33 |
| Hex | 20 | 1A | 8E | 4D | 52 | 0 | 2C | F3 | 45 | 21 |
| Octal | 40 | 32 | 216 | 115 | 122 | 0 | 54 | 363 | 105 | 41 |
| Binary | 100000 | 11010 | 10001110 | 1001101 | 1010010 | 0 | 101100 | 11110011 | 1000101 | 100001 |
Color Harmonies of #201A8E
Complementary color
Monochromatic Colors of #201A8E
Black with #201A8E
Text Example
Text Example
White with #201A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A8E; }
p { color: rgb(32,26,142); }
H1.HeaderClassName
{
color: #201A8E;
}
.AnyTagClassName
{
color: #201A8E;
}
</style>
background-color css
<style>
a { background-color: #201A8E; }
a { background-color: rgb(32,26,142); }
div.DivClassName
{
background-color: #201A8E;
}
.BgClassName
{
background-color: #201A8E;
}
</style>
border-color css
<style>
span { border-color: #201A8E; }
span { border-color: rgb(32,26,142); }
td.TdClassName
{
border-color: #201A8E;
}
.TagClassName
{
border-color: #201A8E;
}
</style>