Shades of Ultramarine #28208E
Tints of Ultramarine #28208E
RGB
CMYK
RGB Variations
Color information
#28208E (or 0x28208E) is known color: Ultramarine. HEX triplet: 28, 20 and 8E. RGB value is (40,32,142). Sum of RGB (Red+Green+Blue) = 40+32+142=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 142 (55.86% from 255 or 66.36% from 214); Max value from RGB is 142 - color contains mainly: blue. Hex color #28208E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28208E is #D7DF71. Grayscale: #2E2E2E. Windows color (decimal): -14147442 or 9314344. OLE color: 9314344.
HSL color Cylindrical-coordinate representation of color #28208E: hue angle of 244.36º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28208E is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 32 | 142 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.44 |
| HSL | 244.36º | 0.63% | 0.34% | - |
| HSV(B) | 244.36º | 0.77% | 0.56% | - |
| XYZ | 6.27 | 3.44 | 25.92 | - |
| YUV | 46.93 | 181.65 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 142 | 0.72 | 0.77 | 0 | 0.44 | 244.36 | 0.63 | 0.34 |
| Hex | 28 | 20 | 8E | 48 | 4D | 0 | 2C | F4 | 3F | 22 |
| Octal | 50 | 40 | 216 | 110 | 115 | 0 | 54 | 364 | 77 | 42 |
| Binary | 101000 | 100000 | 10001110 | 1001000 | 1001101 | 0 | 101100 | 11110100 | 111111 | 100010 |
Color Harmonies of #28208E
Complementary color
Monochromatic Colors of #28208E
Black with #28208E
Text Example
Text Example
White with #28208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28208E; }
p { color: rgb(40,32,142); }
H1.HeaderClassName
{
color: #28208E;
}
.AnyTagClassName
{
color: #28208E;
}
</style>
background-color css
<style>
a { background-color: #28208E; }
a { background-color: rgb(40,32,142); }
div.DivClassName
{
background-color: #28208E;
}
.BgClassName
{
background-color: #28208E;
}
</style>
border-color css
<style>
span { border-color: #28208E; }
span { border-color: rgb(40,32,142); }
td.TdClassName
{
border-color: #28208E;
}
.TagClassName
{
border-color: #28208E;
}
</style>