Shades of Ultramarine #201F89
Tints of Ultramarine #201F89
RGB
CMYK
RGB Variations
Color information
#201F89 (or 0x201F89) is known color: Ultramarine. HEX triplet: 20, 1F and 89. RGB value is (32,31,137). Sum of RGB (Red+Green+Blue) = 32+31+137=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 137 (53.91% from 255 or 68.5% from 200); Max value from RGB is 137 - color contains mainly: blue. Hex color #201F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201F89 is #DFE076. Grayscale: #2A2A2A. Windows color (decimal): -14671991 or 8986400. OLE color: 8986400.
HSL color Cylindrical-coordinate representation of color #201F89: hue angle of 240.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #201F89 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 31 | 137 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.46 |
| HSL | 240.57º | 0.63% | 0.33% | - |
| HSV(B) | 240.57º | 0.77% | 0.54% | - |
| XYZ | 5.6 | 3.09 | 23.97 | - |
| YUV | 43.38 | 180.83 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 137 | 0.77 | 0.77 | 0 | 0.46 | 240.57 | 0.63 | 0.33 |
| Hex | 20 | 1F | 89 | 4D | 4D | 0 | 2E | F1 | 3F | 21 |
| Octal | 40 | 37 | 211 | 115 | 115 | 0 | 56 | 361 | 77 | 41 |
| Binary | 100000 | 11111 | 10001001 | 1001101 | 1001101 | 0 | 101110 | 11110001 | 111111 | 100001 |
Color Harmonies of #201F89
Complementary color
Monochromatic Colors of #201F89
Black with #201F89
Text Example
Text Example
White with #201F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F89; }
p { color: rgb(32,31,137); }
H1.HeaderClassName
{
color: #201F89;
}
.AnyTagClassName
{
color: #201F89;
}
</style>
background-color css
<style>
a { background-color: #201F89; }
a { background-color: rgb(32,31,137); }
div.DivClassName
{
background-color: #201F89;
}
.BgClassName
{
background-color: #201F89;
}
</style>
border-color css
<style>
span { border-color: #201F89; }
span { border-color: rgb(32,31,137); }
td.TdClassName
{
border-color: #201F89;
}
.TagClassName
{
border-color: #201F89;
}
</style>