Shades of Ultramarine #28109F
Tints of Ultramarine #28109F
RGB
CMYK
RGB Variations
Color information
#28109F (or 0x28109F) is known color: Ultramarine. HEX triplet: 28, 10 and 9F. RGB value is (40,16,159). Sum of RGB (Red+Green+Blue) = 40+16+159=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 159 (62.5% from 255 or 73.95% from 215); Max value from RGB is 159 - color contains mainly: blue. Hex color #28109F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28109F is #D7EF60. Grayscale: #262626. Windows color (decimal): -14151521 or 10424360. OLE color: 10424360.
HSL color Cylindrical-coordinate representation of color #28109F: hue angle of 250.07º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28109F is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 16 | 159 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.38 |
| HSL | 250.07º | 0.82% | 0.34% | - |
| HSV(B) | 250.07º | 0.9% | 0.62% | - |
| XYZ | 7.32 | 3.32 | 33.06 | - |
| YUV | 39.48 | 195.45 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 159 | 0.75 | 0.90 | 0 | 0.38 | 250.07 | 0.82 | 0.34 |
| Hex | 28 | 10 | 9F | 4B | 5A | 0 | 26 | FA | 52 | 22 |
| Octal | 50 | 20 | 237 | 113 | 132 | 0 | 46 | 372 | 122 | 42 |
| Binary | 101000 | 10000 | 10011111 | 1001011 | 1011010 | 0 | 100110 | 11111010 | 1010010 | 100010 |
Color Harmonies of #28109F
Complementary color
Monochromatic Colors of #28109F
Black with #28109F
Text Example
Text Example
White with #28109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28109F; }
p { color: rgb(40,16,159); }
H1.HeaderClassName
{
color: #28109F;
}
.AnyTagClassName
{
color: #28109F;
}
</style>
background-color css
<style>
a { background-color: #28109F; }
a { background-color: rgb(40,16,159); }
div.DivClassName
{
background-color: #28109F;
}
.BgClassName
{
background-color: #28109F;
}
</style>
border-color css
<style>
span { border-color: #28109F; }
span { border-color: rgb(40,16,159); }
td.TdClassName
{
border-color: #28109F;
}
.TagClassName
{
border-color: #28109F;
}
</style>