Shades of Ultramarine #201F95
Tints of Ultramarine #201F95
RGB
CMYK
RGB Variations
Color information
#201F95 (or 0x201F95) is known color: Ultramarine. HEX triplet: 20, 1F and 95. RGB value is (32,31,149). Sum of RGB (Red+Green+Blue) = 32+31+149=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #201F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201F95 is #DFE06A. Grayscale: #2C2C2C. Windows color (decimal): -14671979 or 9772832. OLE color: 9772832.
HSL color Cylindrical-coordinate representation of color #201F95: hue angle of 240.51º degrees, saturation: 0.66, 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 #201F95 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 31 | 149 | - |
| CMYK | 0.79 | 0.79 | 0 | 0.42 |
| HSL | 240.51º | 0.66% | 0.35% | - |
| HSV(B) | 240.51º | 0.79% | 0.58% | - |
| XYZ | 6.51 | 3.46 | 28.76 | - |
| YUV | 44.75 | 186.83 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 149 | 0.79 | 0.79 | 0 | 0.42 | 240.51 | 0.66 | 0.35 |
| Hex | 20 | 1F | 95 | 4F | 4F | 0 | 2A | F1 | 42 | 23 |
| Octal | 40 | 37 | 225 | 117 | 117 | 0 | 52 | 361 | 102 | 43 |
| Binary | 100000 | 11111 | 10010101 | 1001111 | 1001111 | 0 | 101010 | 11110001 | 1000010 | 100011 |
Color Harmonies of #201F95
Complementary color
Monochromatic Colors of #201F95
Black with #201F95
Text Example
Text Example
White with #201F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F95; }
p { color: rgb(32,31,149); }
H1.HeaderClassName
{
color: #201F95;
}
.AnyTagClassName
{
color: #201F95;
}
</style>
background-color css
<style>
a { background-color: #201F95; }
a { background-color: rgb(32,31,149); }
div.DivClassName
{
background-color: #201F95;
}
.BgClassName
{
background-color: #201F95;
}
</style>
border-color css
<style>
span { border-color: #201F95; }
span { border-color: rgb(32,31,149); }
td.TdClassName
{
border-color: #201F95;
}
.TagClassName
{
border-color: #201F95;
}
</style>