Shades of Ultramarine #201A9D
Tints of Ultramarine #201A9D
RGB
CMYK
RGB Variations
Color information
#201A9D (or 0x201A9D) is known color: Ultramarine. HEX triplet: 20, 1A and 9D. RGB value is (32,26,157). Sum of RGB (Red+Green+Blue) = 32+26+157=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 157 (61.72% from 255 or 73.02% from 215); Max value from RGB is 157 - color contains mainly: blue. Hex color #201A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201A9D is #DFE562. Grayscale: #2A2A2A. Windows color (decimal): -14673251 or 10295840. OLE color: 10295840.
HSL color Cylindrical-coordinate representation of color #201A9D: hue angle of 242.75º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201A9D is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 26 | 157 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.38 |
| HSL | 242.75º | 0.72% | 0.36% | - |
| HSV(B) | 242.75º | 0.83% | 0.62% | - |
| XYZ | 7.05 | 3.48 | 32.2 | - |
| YUV | 42.73 | 192.49 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 157 | 0.80 | 0.83 | 0 | 0.38 | 242.75 | 0.72 | 0.36 |
| Hex | 20 | 1A | 9D | 50 | 53 | 0 | 26 | F3 | 48 | 24 |
| Octal | 40 | 32 | 235 | 120 | 123 | 0 | 46 | 363 | 110 | 44 |
| Binary | 100000 | 11010 | 10011101 | 1010000 | 1010011 | 0 | 100110 | 11110011 | 1001000 | 100100 |
Color Harmonies of #201A9D
Complementary color
Monochromatic Colors of #201A9D
Black with #201A9D
Text Example
Text Example
White with #201A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A9D; }
p { color: rgb(32,26,157); }
H1.HeaderClassName
{
color: #201A9D;
}
.AnyTagClassName
{
color: #201A9D;
}
</style>
background-color css
<style>
a { background-color: #201A9D; }
a { background-color: rgb(32,26,157); }
div.DivClassName
{
background-color: #201A9D;
}
.BgClassName
{
background-color: #201A9D;
}
</style>
border-color css
<style>
span { border-color: #201A9D; }
span { border-color: rgb(32,26,157); }
td.TdClassName
{
border-color: #201A9D;
}
.TagClassName
{
border-color: #201A9D;
}
</style>