Shades of Ultramarine #201A8D
Tints of Ultramarine #201A8D
RGB
CMYK
RGB Variations
Color information
#201A8D (or 0x201A8D) is known color: Ultramarine. HEX triplet: 20, 1A and 8D. RGB value is (32,26,141). Sum of RGB (Red+Green+Blue) = 32+26+141=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 141 (55.47% from 255 or 70.85% from 199); Max value from RGB is 141 - color contains mainly: blue. Hex color #201A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201A8D is #DFE572. Grayscale: #282828. Windows color (decimal): -14673267 or 9247264. OLE color: 9247264.
HSL color Cylindrical-coordinate representation of color #201A8D: hue angle of 243.13º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201A8D is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 26 | 141 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.45 |
| HSL | 243.13º | 0.69% | 0.33% | - |
| HSV(B) | 243.13º | 0.82% | 0.55% | - |
| XYZ | 5.77 | 2.97 | 25.47 | - |
| YUV | 40.9 | 184.49 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 141 | 0.77 | 0.82 | 0 | 0.45 | 243.13 | 0.69 | 0.33 |
| Hex | 20 | 1A | 8D | 4D | 52 | 0 | 2D | F3 | 45 | 21 |
| Octal | 40 | 32 | 215 | 115 | 122 | 0 | 55 | 363 | 105 | 41 |
| Binary | 100000 | 11010 | 10001101 | 1001101 | 1010010 | 0 | 101101 | 11110011 | 1000101 | 100001 |
Color Harmonies of #201A8D
Complementary color
Monochromatic Colors of #201A8D
Black with #201A8D
Text Example
Text Example
White with #201A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A8D; }
p { color: rgb(32,26,141); }
H1.HeaderClassName
{
color: #201A8D;
}
.AnyTagClassName
{
color: #201A8D;
}
</style>
background-color css
<style>
a { background-color: #201A8D; }
a { background-color: rgb(32,26,141); }
div.DivClassName
{
background-color: #201A8D;
}
.BgClassName
{
background-color: #201A8D;
}
</style>
border-color css
<style>
span { border-color: #201A8D; }
span { border-color: rgb(32,26,141); }
td.TdClassName
{
border-color: #201A8D;
}
.TagClassName
{
border-color: #201A8D;
}
</style>