Shades of Ultramarine #20048C
Tints of Ultramarine #20048C
RGB
CMYK
RGB Variations
Color information
#20048C (or 0x20048C) is known color: Ultramarine. HEX triplet: 20, 04 and 8C. RGB value is (32,4,140). Sum of RGB (Red+Green+Blue) = 32+4+140=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 140 (55.08% from 255 or 79.55% from 176); Max value from RGB is 140 - color contains mainly: blue. Hex color #20048C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20048C is #DFFB73. Grayscale: #1B1B1B. Windows color (decimal): -14678900 or 9176096. OLE color: 9176096.
HSL color Cylindrical-coordinate representation of color #20048C: hue angle of 252.35º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20048C is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 4 | 140 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.45 |
| HSL | 252.35º | 0.94% | 0.28% | - |
| HSV(B) | 252.35º | 0.97% | 0.55% | - |
| XYZ | 5.37 | 2.29 | 24.97 | - |
| YUV | 27.88 | 191.28 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 140 | 0.77 | 0.97 | 0 | 0.45 | 252.35 | 0.94 | 0.28 |
| Hex | 20 | 4 | 8C | 4D | 61 | 0 | 2D | FC | 5E | 1C |
| Octal | 40 | 4 | 214 | 115 | 141 | 0 | 55 | 374 | 136 | 34 |
| Binary | 100000 | 100 | 10001100 | 1001101 | 1100001 | 0 | 101101 | 11111100 | 1011110 | 11100 |
Color Harmonies of #20048C
Complementary color
Monochromatic Colors of #20048C
Black with #20048C
Text Example
Text Example
White with #20048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20048C; }
p { color: rgb(32,4,140); }
H1.HeaderClassName
{
color: #20048C;
}
.AnyTagClassName
{
color: #20048C;
}
</style>
background-color css
<style>
a { background-color: #20048C; }
a { background-color: rgb(32,4,140); }
div.DivClassName
{
background-color: #20048C;
}
.BgClassName
{
background-color: #20048C;
}
</style>
border-color css
<style>
span { border-color: #20048C; }
span { border-color: rgb(32,4,140); }
td.TdClassName
{
border-color: #20048C;
}
.TagClassName
{
border-color: #20048C;
}
</style>