Shades of Ultramarine #20048A
Tints of Ultramarine #20048A
RGB
CMYK
RGB Variations
Color information
#20048A (or 0x20048A) is known color: Ultramarine. HEX triplet: 20, 04 and 8A. RGB value is (32,4,138). Sum of RGB (Red+Green+Blue) = 32+4+138=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 138 (54.30% from 255 or 79.31% from 174); Max value from RGB is 138 - color contains mainly: blue. Hex color #20048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20048A is #DFFB75. Grayscale: #1B1B1B. Windows color (decimal): -14678902 or 9045024. OLE color: 9045024.
HSL color Cylindrical-coordinate representation of color #20048A: hue angle of 252.54º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20048A is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 4 | 138 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.46 |
| HSL | 252.54º | 0.94% | 0.28% | - |
| HSV(B) | 252.54º | 0.97% | 0.54% | - |
| XYZ | 5.23 | 2.23 | 24.2 | - |
| YUV | 27.65 | 190.28 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 138 | 0.77 | 0.97 | 0 | 0.46 | 252.54 | 0.94 | 0.28 |
| Hex | 20 | 4 | 8A | 4D | 61 | 0 | 2E | FD | 5E | 1C |
| Octal | 40 | 4 | 212 | 115 | 141 | 0 | 56 | 375 | 136 | 34 |
| Binary | 100000 | 100 | 10001010 | 1001101 | 1100001 | 0 | 101110 | 11111101 | 1011110 | 11100 |
Color Harmonies of #20048A
Complementary color
Monochromatic Colors of #20048A
Black with #20048A
Text Example
Text Example
White with #20048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20048A; }
p { color: rgb(32,4,138); }
H1.HeaderClassName
{
color: #20048A;
}
.AnyTagClassName
{
color: #20048A;
}
</style>
background-color css
<style>
a { background-color: #20048A; }
a { background-color: rgb(32,4,138); }
div.DivClassName
{
background-color: #20048A;
}
.BgClassName
{
background-color: #20048A;
}
</style>
border-color css
<style>
span { border-color: #20048A; }
span { border-color: rgb(32,4,138); }
td.TdClassName
{
border-color: #20048A;
}
.TagClassName
{
border-color: #20048A;
}
</style>