Shades of Ultramarine #201F98
Tints of Ultramarine #201F98
RGB
CMYK
RGB Variations
Color information
#201F98 (or 0x201F98) is known color: Ultramarine. HEX triplet: 20, 1F and 98. RGB value is (32,31,152). Sum of RGB (Red+Green+Blue) = 32+31+152=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 152 (59.77% from 255 or 70.70% from 215); Max value from RGB is 152 - color contains mainly: blue. Hex color #201F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201F98 is #DFE067. Grayscale: #2C2C2C. Windows color (decimal): -14671976 or 9969440. OLE color: 9969440.
HSL color Cylindrical-coordinate representation of color #201F98: hue angle of 240.5º 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 #201F98 is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 31 | 152 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.40 |
| HSL | 240.5º | 0.66% | 0.36% | - |
| HSV(B) | 240.5º | 0.8% | 0.6% | - |
| XYZ | 6.75 | 3.55 | 30.04 | - |
| YUV | 45.09 | 188.33 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 152 | 0.79 | 0.80 | 0 | 0.40 | 240.5 | 0.66 | 0.36 |
| Hex | 20 | 1F | 98 | 4F | 50 | 0 | 28 | F0 | 42 | 24 |
| Octal | 40 | 37 | 230 | 117 | 120 | 0 | 50 | 360 | 102 | 44 |
| Binary | 100000 | 11111 | 10011000 | 1001111 | 1010000 | 0 | 101000 | 11110000 | 1000010 | 100100 |
Color Harmonies of #201F98
Complementary color
Monochromatic Colors of #201F98
Black with #201F98
Text Example
Text Example
White with #201F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F98; }
p { color: rgb(32,31,152); }
H1.HeaderClassName
{
color: #201F98;
}
.AnyTagClassName
{
color: #201F98;
}
</style>
background-color css
<style>
a { background-color: #201F98; }
a { background-color: rgb(32,31,152); }
div.DivClassName
{
background-color: #201F98;
}
.BgClassName
{
background-color: #201F98;
}
</style>
border-color css
<style>
span { border-color: #201F98; }
span { border-color: rgb(32,31,152); }
td.TdClassName
{
border-color: #201F98;
}
.TagClassName
{
border-color: #201F98;
}
</style>