Shades of Ultramarine #20028B
Tints of Ultramarine #20028B
RGB
CMYK
RGB Variations
Color information
#20028B (or 0x20028B) is known color: Ultramarine. HEX triplet: 20, 02 and 8B. RGB value is (32,2,139). Sum of RGB (Red+Green+Blue) = 32+2+139=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 139 (54.69% from 255 or 80.35% from 173); Max value from RGB is 139 - color contains mainly: blue. Hex color #20028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20028B is #DFFD74. Grayscale: #1A1A1A. Windows color (decimal): -14679413 or 9110048. OLE color: 9110048.
HSL color Cylindrical-coordinate representation of color #20028B: hue angle of 253.14º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20028B is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 2 | 139 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.45 |
| HSL | 253.14º | 0.97% | 0.28% | - |
| HSV(B) | 253.14º | 0.99% | 0.55% | - |
| XYZ | 5.28 | 2.21 | 24.58 | - |
| YUV | 26.59 | 191.44 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 139 | 0.77 | 0.99 | 0 | 0.45 | 253.14 | 0.97 | 0.28 |
| Hex | 20 | 2 | 8B | 4D | 63 | 0 | 2D | FD | 61 | 1C |
| Octal | 40 | 2 | 213 | 115 | 143 | 0 | 55 | 375 | 141 | 34 |
| Binary | 100000 | 10 | 10001011 | 1001101 | 1100011 | 0 | 101101 | 11111101 | 1100001 | 11100 |
Color Harmonies of #20028B
Complementary color
Monochromatic Colors of #20028B
Black with #20028B
Text Example
Text Example
White with #20028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20028B; }
p { color: rgb(32,2,139); }
H1.HeaderClassName
{
color: #20028B;
}
.AnyTagClassName
{
color: #20028B;
}
</style>
background-color css
<style>
a { background-color: #20028B; }
a { background-color: rgb(32,2,139); }
div.DivClassName
{
background-color: #20028B;
}
.BgClassName
{
background-color: #20028B;
}
</style>
border-color css
<style>
span { border-color: #20028B; }
span { border-color: rgb(32,2,139); }
td.TdClassName
{
border-color: #20028B;
}
.TagClassName
{
border-color: #20028B;
}
</style>