Shades of Ultramarine #201F9A
Tints of Ultramarine #201F9A
RGB
CMYK
RGB Variations
Color information
#201F9A (or 0x201F9A) is known color: Ultramarine. HEX triplet: 20, 1F and 9A. RGB value is (32,31,154). Sum of RGB (Red+Green+Blue) = 32+31+154=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 154 (60.55% from 255 or 70.97% from 217); Max value from RGB is 154 - color contains mainly: blue. Hex color #201F9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201F9A is #DFE065. Grayscale: #2C2C2C. Windows color (decimal): -14671974 or 10100512. OLE color: 10100512.
HSL color Cylindrical-coordinate representation of color #201F9A: hue angle of 240.49º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201F9A is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 31 | 154 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.40 |
| HSL | 240.49º | 0.66% | 0.36% | - |
| HSV(B) | 240.49º | 0.8% | 0.6% | - |
| XYZ | 6.92 | 3.62 | 30.91 | - |
| YUV | 45.32 | 189.33 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 154 | 0.79 | 0.80 | 0 | 0.40 | 240.49 | 0.66 | 0.36 |
| Hex | 20 | 1F | 9A | 4F | 50 | 0 | 28 | F0 | 42 | 24 |
| Octal | 40 | 37 | 232 | 117 | 120 | 0 | 50 | 360 | 102 | 44 |
| Binary | 100000 | 11111 | 10011010 | 1001111 | 1010000 | 0 | 101000 | 11110000 | 1000010 | 100100 |
Color Harmonies of #201F9A
Complementary color
Monochromatic Colors of #201F9A
Black with #201F9A
Text Example
Text Example
White with #201F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F9A; }
p { color: rgb(32,31,154); }
H1.HeaderClassName
{
color: #201F9A;
}
.AnyTagClassName
{
color: #201F9A;
}
</style>
background-color css
<style>
a { background-color: #201F9A; }
a { background-color: rgb(32,31,154); }
div.DivClassName
{
background-color: #201F9A;
}
.BgClassName
{
background-color: #201F9A;
}
</style>
border-color css
<style>
span { border-color: #201F9A; }
span { border-color: rgb(32,31,154); }
td.TdClassName
{
border-color: #201F9A;
}
.TagClassName
{
border-color: #201F9A;
}
</style>