Shades of Ultramarine #20148D
Tints of Ultramarine #20148D
RGB
CMYK
RGB Variations
Color information
#20148D (or 0x20148D) is known color: Ultramarine. HEX triplet: 20, 14 and 8D. RGB value is (32,20,141). Sum of RGB (Red+Green+Blue) = 32+20+141=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 141 (55.47% from 255 or 73.06% from 193); Max value from RGB is 141 - color contains mainly: blue. Hex color #20148D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20148D is #DFEB72. Grayscale: #242424. Windows color (decimal): -14674803 or 9245728. OLE color: 9245728.
HSL color Cylindrical-coordinate representation of color #20148D: hue angle of 245.95º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20148D is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 20 | 141 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.45 |
| HSL | 245.95º | 0.75% | 0.32% | - |
| HSV(B) | 245.95º | 0.86% | 0.55% | - |
| XYZ | 5.65 | 2.73 | 25.43 | - |
| YUV | 37.38 | 186.48 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 141 | 0.77 | 0.86 | 0 | 0.45 | 245.95 | 0.75 | 0.32 |
| Hex | 20 | 14 | 8D | 4D | 56 | 0 | 2D | F6 | 4B | 20 |
| Octal | 40 | 24 | 215 | 115 | 126 | 0 | 55 | 366 | 113 | 40 |
| Binary | 100000 | 10100 | 10001101 | 1001101 | 1010110 | 0 | 101101 | 11110110 | 1001011 | 100000 |
Color Harmonies of #20148D
Complementary color
Monochromatic Colors of #20148D
Black with #20148D
Text Example
Text Example
White with #20148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20148D; }
p { color: rgb(32,20,141); }
H1.HeaderClassName
{
color: #20148D;
}
.AnyTagClassName
{
color: #20148D;
}
</style>
background-color css
<style>
a { background-color: #20148D; }
a { background-color: rgb(32,20,141); }
div.DivClassName
{
background-color: #20148D;
}
.BgClassName
{
background-color: #20148D;
}
</style>
border-color css
<style>
span { border-color: #20148D; }
span { border-color: rgb(32,20,141); }
td.TdClassName
{
border-color: #20148D;
}
.TagClassName
{
border-color: #20148D;
}
</style>