Shades of Ultramarine #28209D
Tints of Ultramarine #28209D
RGB
CMYK
RGB Variations
Color information
#28209D (or 0x28209D) is known color: Ultramarine. HEX triplet: 28, 20 and 9D. RGB value is (40,32,157). Sum of RGB (Red+Green+Blue) = 40+32+157=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #28209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28209D is #D7DF62. Grayscale: #303030. Windows color (decimal): -14147427 or 10297384. OLE color: 10297384.
HSL color Cylindrical-coordinate representation of color #28209D: hue angle of 243.84º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28209D is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 32 | 157 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.38 |
| HSL | 243.84º | 0.66% | 0.37% | - |
| HSV(B) | 243.84º | 0.8% | 0.62% | - |
| XYZ | 7.48 | 3.92 | 32.26 | - |
| YUV | 48.64 | 189.15 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 157 | 0.75 | 0.80 | 0 | 0.38 | 243.84 | 0.66 | 0.37 |
| Hex | 28 | 20 | 9D | 4B | 50 | 0 | 26 | F4 | 42 | 25 |
| Octal | 50 | 40 | 235 | 113 | 120 | 0 | 46 | 364 | 102 | 45 |
| Binary | 101000 | 100000 | 10011101 | 1001011 | 1010000 | 0 | 100110 | 11110100 | 1000010 | 100101 |
Color Harmonies of #28209D
Complementary color
Monochromatic Colors of #28209D
Black with #28209D
Text Example
Text Example
White with #28209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28209D; }
p { color: rgb(40,32,157); }
H1.HeaderClassName
{
color: #28209D;
}
.AnyTagClassName
{
color: #28209D;
}
</style>
background-color css
<style>
a { background-color: #28209D; }
a { background-color: rgb(40,32,157); }
div.DivClassName
{
background-color: #28209D;
}
.BgClassName
{
background-color: #28209D;
}
</style>
border-color css
<style>
span { border-color: #28209D; }
span { border-color: rgb(40,32,157); }
td.TdClassName
{
border-color: #28209D;
}
.TagClassName
{
border-color: #28209D;
}
</style>