Shades of Ultramarine #201F9D
Tints of Ultramarine #201F9D
RGB
CMYK
RGB Variations
Color information
#201F9D (or 0x201F9D) is known color: Ultramarine. HEX triplet: 20, 1F and 9D. RGB value is (32,31,157). Sum of RGB (Red+Green+Blue) = 32+31+157=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 157 (61.72% from 255 or 71.36% from 220); Max value from RGB is 157 - color contains mainly: blue. Hex color #201F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201F9D is #DFE062. Grayscale: #2D2D2D. Windows color (decimal): -14671971 or 10297120. OLE color: 10297120.
HSL color Cylindrical-coordinate representation of color #201F9D: hue angle of 240.48º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201F9D is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 31 | 157 | - |
| CMYK | 0.80 | 0.80 | 0 | 0.38 |
| HSL | 240.48º | 0.67% | 0.37% | - |
| HSV(B) | 240.48º | 0.8% | 0.62% | - |
| XYZ | 7.17 | 3.72 | 32.24 | - |
| YUV | 45.66 | 190.83 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 157 | 0.80 | 0.80 | 0 | 0.38 | 240.48 | 0.67 | 0.37 |
| Hex | 20 | 1F | 9D | 50 | 50 | 0 | 26 | F0 | 43 | 25 |
| Octal | 40 | 37 | 235 | 120 | 120 | 0 | 46 | 360 | 103 | 45 |
| Binary | 100000 | 11111 | 10011101 | 1010000 | 1010000 | 0 | 100110 | 11110000 | 1000011 | 100101 |
Color Harmonies of #201F9D
Complementary color
Monochromatic Colors of #201F9D
Black with #201F9D
Text Example
Text Example
White with #201F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F9D; }
p { color: rgb(32,31,157); }
H1.HeaderClassName
{
color: #201F9D;
}
.AnyTagClassName
{
color: #201F9D;
}
</style>
background-color css
<style>
a { background-color: #201F9D; }
a { background-color: rgb(32,31,157); }
div.DivClassName
{
background-color: #201F9D;
}
.BgClassName
{
background-color: #201F9D;
}
</style>
border-color css
<style>
span { border-color: #201F9D; }
span { border-color: rgb(32,31,157); }
td.TdClassName
{
border-color: #201F9D;
}
.TagClassName
{
border-color: #201F9D;
}
</style>