Shades of Ultramarine #28108F
Tints of Ultramarine #28108F
RGB
CMYK
RGB Variations
Color information
#28108F (or 0x28108F) is known color: Ultramarine. HEX triplet: 28, 10 and 8F. RGB value is (40,16,143). Sum of RGB (Red+Green+Blue) = 40+16+143=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 143 (56.25% from 255 or 71.86% from 199); Max value from RGB is 143 - color contains mainly: blue. Hex color #28108F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28108F is #D7EF70. Grayscale: #252525. Windows color (decimal): -14151537 or 9375784. OLE color: 9375784.
HSL color Cylindrical-coordinate representation of color #28108F: hue angle of 251.34º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28108F is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 16 | 143 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.44 |
| HSL | 251.34º | 0.8% | 0.31% | - |
| HSV(B) | 251.34º | 0.89% | 0.56% | - |
| XYZ | 6.02 | 2.8 | 26.21 | - |
| YUV | 37.65 | 187.45 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 143 | 0.72 | 0.89 | 0 | 0.44 | 251.34 | 0.8 | 0.31 |
| Hex | 28 | 10 | 8F | 48 | 59 | 0 | 2C | FB | 50 | 1F |
| Octal | 50 | 20 | 217 | 110 | 131 | 0 | 54 | 373 | 120 | 37 |
| Binary | 101000 | 10000 | 10001111 | 1001000 | 1011001 | 0 | 101100 | 11111011 | 1010000 | 11111 |
Color Harmonies of #28108F
Complementary color
Monochromatic Colors of #28108F
Black with #28108F
Text Example
Text Example
White with #28108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28108F; }
p { color: rgb(40,16,143); }
H1.HeaderClassName
{
color: #28108F;
}
.AnyTagClassName
{
color: #28108F;
}
</style>
background-color css
<style>
a { background-color: #28108F; }
a { background-color: rgb(40,16,143); }
div.DivClassName
{
background-color: #28108F;
}
.BgClassName
{
background-color: #28108F;
}
</style>
border-color css
<style>
span { border-color: #28108F; }
span { border-color: rgb(40,16,143); }
td.TdClassName
{
border-color: #28108F;
}
.TagClassName
{
border-color: #28108F;
}
</style>