Shades of Ultramarine #20009E
Tints of Ultramarine #20009E
RGB
CMYK
RGB Variations
Color information
#20009E (or 0x20009E) is known color: Ultramarine. HEX triplet: 20, 00 and 9E. RGB value is (32,0,158). Sum of RGB (Red+Green+Blue) = 32+0+158=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 158 (62.11% from 255 or 83.16% from 190); Max value from RGB is 158 - color contains mainly: blue. Hex color #20009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20009E is #DFFF61. Grayscale: #1A1A1A. Windows color (decimal): -14679906 or 10354720. OLE color: 10354720.
HSL color Cylindrical-coordinate representation of color #20009E: hue angle of 252.15º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20009E is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 0 | 158 | - |
| CMYK | 0.80 | 1 | 0 | 0.38 |
| HSL | 252.15º | 1% | 0.31% | - |
| HSV(B) | 252.15º | 1% | 0.62% | - |
| XYZ | 6.77 | 2.78 | 32.53 | - |
| YUV | 27.58 | 201.6 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 158 | 0.80 | 1 | 0 | 0.38 | 252.15 | 1 | 0.31 |
| Hex | 20 | 0 | 9E | 50 | 64 | 0 | 26 | FC | 64 | 1F |
| Octal | 40 | 0 | 236 | 120 | 144 | 0 | 46 | 374 | 144 | 37 |
| Binary | 100000 | 0 | 10011110 | 1010000 | 1100100 | 0 | 100110 | 11111100 | 1100100 | 11111 |
Color Harmonies of #20009E
Complementary color
Monochromatic Colors of #20009E
Black with #20009E
Text Example
Text Example
White with #20009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20009E; }
p { color: rgb(32,0,158); }
H1.HeaderClassName
{
color: #20009E;
}
.AnyTagClassName
{
color: #20009E;
}
</style>
background-color css
<style>
a { background-color: #20009E; }
a { background-color: rgb(32,0,158); }
div.DivClassName
{
background-color: #20009E;
}
.BgClassName
{
background-color: #20009E;
}
</style>
border-color css
<style>
span { border-color: #20009E; }
span { border-color: rgb(32,0,158); }
td.TdClassName
{
border-color: #20009E;
}
.TagClassName
{
border-color: #20009E;
}
</style>