Shades of Ultramarine #20148E
Tints of Ultramarine #20148E
RGB
CMYK
RGB Variations
Color information
#20148E (or 0x20148E) is known color: Ultramarine. HEX triplet: 20, 14 and 8E. RGB value is (32,20,142). Sum of RGB (Red+Green+Blue) = 32+20+142=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 142 (55.86% from 255 or 73.20% from 194); Max value from RGB is 142 - color contains mainly: blue. Hex color #20148E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20148E is #DFEB71. Grayscale: #252525. Windows color (decimal): -14674802 or 9311264. OLE color: 9311264.
HSL color Cylindrical-coordinate representation of color #20148E: hue angle of 245.9º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20148E is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 20 | 142 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.44 |
| HSL | 245.9º | 0.75% | 0.32% | - |
| HSV(B) | 245.9º | 0.86% | 0.56% | - |
| XYZ | 5.73 | 2.76 | 25.82 | - |
| YUV | 37.5 | 186.98 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 142 | 0.77 | 0.86 | 0 | 0.44 | 245.9 | 0.75 | 0.32 |
| Hex | 20 | 14 | 8E | 4D | 56 | 0 | 2C | F6 | 4B | 20 |
| Octal | 40 | 24 | 216 | 115 | 126 | 0 | 54 | 366 | 113 | 40 |
| Binary | 100000 | 10100 | 10001110 | 1001101 | 1010110 | 0 | 101100 | 11110110 | 1001011 | 100000 |
Color Harmonies of #20148E
Complementary color
Monochromatic Colors of #20148E
Black with #20148E
Text Example
Text Example
White with #20148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20148E; }
p { color: rgb(32,20,142); }
H1.HeaderClassName
{
color: #20148E;
}
.AnyTagClassName
{
color: #20148E;
}
</style>
background-color css
<style>
a { background-color: #20148E; }
a { background-color: rgb(32,20,142); }
div.DivClassName
{
background-color: #20148E;
}
.BgClassName
{
background-color: #20148E;
}
</style>
border-color css
<style>
span { border-color: #20148E; }
span { border-color: rgb(32,20,142); }
td.TdClassName
{
border-color: #20148E;
}
.TagClassName
{
border-color: #20148E;
}
</style>