Shades of Ultramarine #28119D
Tints of Ultramarine #28119D
RGB
CMYK
RGB Variations
Color information
#28119D (or 0x28119D) is known color: Ultramarine. HEX triplet: 28, 11 and 9D. RGB value is (40,17,157). Sum of RGB (Red+Green+Blue) = 40+17+157=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #28119D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28119D is #D7EE62. Grayscale: #272727. Windows color (decimal): -14151267 or 10293544. OLE color: 10293544.
HSL color Cylindrical-coordinate representation of color #28119D: hue angle of 249.86º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28119D is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 17 | 157 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.38 |
| HSL | 249.86º | 0.8% | 0.34% | - |
| HSV(B) | 249.86º | 0.89% | 0.62% | - |
| XYZ | 7.16 | 3.29 | 32.16 | - |
| YUV | 39.84 | 194.12 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 17 | 157 | 0.75 | 0.89 | 0 | 0.38 | 249.86 | 0.8 | 0.34 |
| Hex | 28 | 11 | 9D | 4B | 59 | 0 | 26 | FA | 50 | 22 |
| Octal | 50 | 21 | 235 | 113 | 131 | 0 | 46 | 372 | 120 | 42 |
| Binary | 101000 | 10001 | 10011101 | 1001011 | 1011001 | 0 | 100110 | 11111010 | 1010000 | 100010 |
Color Harmonies of #28119D
Complementary color
Monochromatic Colors of #28119D
Black with #28119D
Text Example
Text Example
White with #28119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28119D; }
p { color: rgb(40,17,157); }
H1.HeaderClassName
{
color: #28119D;
}
.AnyTagClassName
{
color: #28119D;
}
</style>
background-color css
<style>
a { background-color: #28119D; }
a { background-color: rgb(40,17,157); }
div.DivClassName
{
background-color: #28119D;
}
.BgClassName
{
background-color: #28119D;
}
</style>
border-color css
<style>
span { border-color: #28119D; }
span { border-color: rgb(40,17,157); }
td.TdClassName
{
border-color: #28119D;
}
.TagClassName
{
border-color: #28119D;
}
</style>