Shades of Ultramarine #20019F
Tints of Ultramarine #20019F
RGB
CMYK
RGB Variations
Color information
#20019F (or 0x20019F) is known color: Ultramarine. HEX triplet: 20, 01 and 9F. RGB value is (32,1,159). Sum of RGB (Red+Green+Blue) = 32+1+159=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 159 (62.5% from 255 or 82.81% from 192); Max value from RGB is 159 - color contains mainly: blue. Hex color #20019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20019F is #DFFE60. Grayscale: #1B1B1B. Windows color (decimal): -14679649 or 10420512. OLE color: 10420512.
HSL color Cylindrical-coordinate representation of color #20019F: hue angle of 251.77º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20019F is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 1 | 159 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.38 |
| HSL | 251.77º | 0.99% | 0.31% | - |
| HSV(B) | 251.77º | 0.99% | 0.62% | - |
| XYZ | 6.86 | 2.83 | 32.99 | - |
| YUV | 28.28 | 201.77 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 159 | 0.80 | 0.99 | 0 | 0.38 | 251.77 | 0.99 | 0.31 |
| Hex | 20 | 1 | 9F | 50 | 63 | 0 | 26 | FC | 63 | 1F |
| Octal | 40 | 1 | 237 | 120 | 143 | 0 | 46 | 374 | 143 | 37 |
| Binary | 100000 | 1 | 10011111 | 1010000 | 1100011 | 0 | 100110 | 11111100 | 1100011 | 11111 |
Color Harmonies of #20019F
Complementary color
Monochromatic Colors of #20019F
Black with #20019F
Text Example
Text Example
White with #20019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20019F; }
p { color: rgb(32,1,159); }
H1.HeaderClassName
{
color: #20019F;
}
.AnyTagClassName
{
color: #20019F;
}
</style>
background-color css
<style>
a { background-color: #20019F; }
a { background-color: rgb(32,1,159); }
div.DivClassName
{
background-color: #20019F;
}
.BgClassName
{
background-color: #20019F;
}
</style>
border-color css
<style>
span { border-color: #20019F; }
span { border-color: rgb(32,1,159); }
td.TdClassName
{
border-color: #20019F;
}
.TagClassName
{
border-color: #20019F;
}
</style>