Shades of Ultramarine #201F94
Tints of Ultramarine #201F94
RGB
CMYK
RGB Variations
Color information
#201F94 (or 0x201F94) is known color: Ultramarine. HEX triplet: 20, 1F and 94. RGB value is (32,31,148). Sum of RGB (Red+Green+Blue) = 32+31+148=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 148 (58.20% from 255 or 70.14% from 211); Max value from RGB is 148 - color contains mainly: blue. Hex color #201F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201F94 is #DFE06B. Grayscale: #2C2C2C. Windows color (decimal): -14671980 or 9707296. OLE color: 9707296.
HSL color Cylindrical-coordinate representation of color #201F94: hue angle of 240.51º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201F94 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 31 | 148 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.42 |
| HSL | 240.51º | 0.65% | 0.35% | - |
| HSV(B) | 240.51º | 0.79% | 0.58% | - |
| XYZ | 6.43 | 3.43 | 28.34 | - |
| YUV | 44.64 | 186.33 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 148 | 0.78 | 0.79 | 0 | 0.42 | 240.51 | 0.65 | 0.35 |
| Hex | 20 | 1F | 94 | 4E | 4F | 0 | 2A | F1 | 41 | 23 |
| Octal | 40 | 37 | 224 | 116 | 117 | 0 | 52 | 361 | 101 | 43 |
| Binary | 100000 | 11111 | 10010100 | 1001110 | 1001111 | 0 | 101010 | 11110001 | 1000001 | 100011 |
Color Harmonies of #201F94
Complementary color
Monochromatic Colors of #201F94
Black with #201F94
Text Example
Text Example
White with #201F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F94; }
p { color: rgb(32,31,148); }
H1.HeaderClassName
{
color: #201F94;
}
.AnyTagClassName
{
color: #201F94;
}
</style>
background-color css
<style>
a { background-color: #201F94; }
a { background-color: rgb(32,31,148); }
div.DivClassName
{
background-color: #201F94;
}
.BgClassName
{
background-color: #201F94;
}
</style>
border-color css
<style>
span { border-color: #201F94; }
span { border-color: rgb(32,31,148); }
td.TdClassName
{
border-color: #201F94;
}
.TagClassName
{
border-color: #201F94;
}
</style>