Shades of Ultramarine #20008F
Tints of Ultramarine #20008F
RGB
CMYK
RGB Variations
Color information
#20008F (or 0x20008F) is known color: Ultramarine. HEX triplet: 20, 00 and 8F. RGB value is (32,0,143). Sum of RGB (Red+Green+Blue) = 32+0+143=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 143 (56.25% from 255 or 81.71% from 175); Max value from RGB is 143 - color contains mainly: blue. Hex color #20008F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20008F is #DFFF70. Grayscale: #191919. Windows color (decimal): -14679921 or 9371680. OLE color: 9371680.
HSL color Cylindrical-coordinate representation of color #20008F: hue angle of 253.43º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20008F is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 0 | 143 | - |
| CMYK | 0.78 | 1 | 0 | 0.44 |
| HSL | 253.43º | 1% | 0.28% | - |
| HSV(B) | 253.43º | 1% | 0.56% | - |
| XYZ | 5.55 | 2.29 | 26.14 | - |
| YUV | 25.87 | 194.1 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 143 | 0.78 | 1 | 0 | 0.44 | 253.43 | 1 | 0.28 |
| Hex | 20 | 0 | 8F | 4E | 64 | 0 | 2C | FD | 64 | 1C |
| Octal | 40 | 0 | 217 | 116 | 144 | 0 | 54 | 375 | 144 | 34 |
| Binary | 100000 | 0 | 10001111 | 1001110 | 1100100 | 0 | 101100 | 11111101 | 1100100 | 11100 |
Color Harmonies of #20008F
Complementary color
Monochromatic Colors of #20008F
Black with #20008F
Text Example
Text Example
White with #20008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20008F; }
p { color: rgb(32,0,143); }
H1.HeaderClassName
{
color: #20008F;
}
.AnyTagClassName
{
color: #20008F;
}
</style>
background-color css
<style>
a { background-color: #20008F; }
a { background-color: rgb(32,0,143); }
div.DivClassName
{
background-color: #20008F;
}
.BgClassName
{
background-color: #20008F;
}
</style>
border-color css
<style>
span { border-color: #20008F; }
span { border-color: rgb(32,0,143); }
td.TdClassName
{
border-color: #20008F;
}
.TagClassName
{
border-color: #20008F;
}
</style>