Shades of Ultramarine #201A9F
Tints of Ultramarine #201A9F
RGB
CMYK
RGB Variations
Color information
#201A9F (or 0x201A9F) is known color: Ultramarine. HEX triplet: 20, 1A and 9F. RGB value is (32,26,159). Sum of RGB (Red+Green+Blue) = 32+26+159=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 159 (62.5% from 255 or 73.27% from 217); Max value from RGB is 159 - color contains mainly: blue. Hex color #201A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201A9F is #DFE560. Grayscale: #2A2A2A. Windows color (decimal): -14673249 or 10426912. OLE color: 10426912.
HSL color Cylindrical-coordinate representation of color #201A9F: hue angle of 242.71º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201A9F is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 26 | 159 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.38 |
| HSL | 242.71º | 0.72% | 0.36% | - |
| HSV(B) | 242.71º | 0.84% | 0.62% | - |
| XYZ | 7.22 | 3.55 | 33.11 | - |
| YUV | 42.96 | 193.49 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 159 | 0.80 | 0.84 | 0 | 0.38 | 242.71 | 0.72 | 0.36 |
| Hex | 20 | 1A | 9F | 50 | 54 | 0 | 26 | F3 | 48 | 24 |
| Octal | 40 | 32 | 237 | 120 | 124 | 0 | 46 | 363 | 110 | 44 |
| Binary | 100000 | 11010 | 10011111 | 1010000 | 1010100 | 0 | 100110 | 11110011 | 1001000 | 100100 |
Color Harmonies of #201A9F
Complementary color
Monochromatic Colors of #201A9F
Black with #201A9F
Text Example
Text Example
White with #201A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A9F; }
p { color: rgb(32,26,159); }
H1.HeaderClassName
{
color: #201A9F;
}
.AnyTagClassName
{
color: #201A9F;
}
</style>
background-color css
<style>
a { background-color: #201A9F; }
a { background-color: rgb(32,26,159); }
div.DivClassName
{
background-color: #201A9F;
}
.BgClassName
{
background-color: #201A9F;
}
</style>
border-color css
<style>
span { border-color: #201A9F; }
span { border-color: rgb(32,26,159); }
td.TdClassName
{
border-color: #201A9F;
}
.TagClassName
{
border-color: #201A9F;
}
</style>