Shades of Ultramarine #201E9A
Tints of Ultramarine #201E9A
RGB
CMYK
RGB Variations
Color information
#201E9A (or 0x201E9A) is known color: Ultramarine. HEX triplet: 20, 1E and 9A. RGB value is (32,30,154). Sum of RGB (Red+Green+Blue) = 32+30+154=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 154 (60.55% from 255 or 71.30% from 216); Max value from RGB is 154 - color contains mainly: blue. Hex color #201E9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201E9A is #DFE165. Grayscale: #2C2C2C. Windows color (decimal): -14672230 or 10100256. OLE color: 10100256.
HSL color Cylindrical-coordinate representation of color #201E9A: hue angle of 240.97º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201E9A is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 30 | 154 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.40 |
| HSL | 240.97º | 0.67% | 0.36% | - |
| HSV(B) | 240.97º | 0.81% | 0.6% | - |
| XYZ | 6.89 | 3.57 | 30.9 | - |
| YUV | 44.73 | 189.66 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 154 | 0.79 | 0.81 | 0 | 0.40 | 240.97 | 0.67 | 0.36 |
| Hex | 20 | 1E | 9A | 4F | 51 | 0 | 28 | F1 | 43 | 24 |
| Octal | 40 | 36 | 232 | 117 | 121 | 0 | 50 | 361 | 103 | 44 |
| Binary | 100000 | 11110 | 10011010 | 1001111 | 1010001 | 0 | 101000 | 11110001 | 1000011 | 100100 |
Color Harmonies of #201E9A
Complementary color
Monochromatic Colors of #201E9A
Black with #201E9A
Text Example
Text Example
White with #201E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E9A; }
p { color: rgb(32,30,154); }
H1.HeaderClassName
{
color: #201E9A;
}
.AnyTagClassName
{
color: #201E9A;
}
</style>
background-color css
<style>
a { background-color: #201E9A; }
a { background-color: rgb(32,30,154); }
div.DivClassName
{
background-color: #201E9A;
}
.BgClassName
{
background-color: #201E9A;
}
</style>
border-color css
<style>
span { border-color: #201E9A; }
span { border-color: rgb(32,30,154); }
td.TdClassName
{
border-color: #201E9A;
}
.TagClassName
{
border-color: #201E9A;
}
</style>