Shades of Ultramarine #28109D
Tints of Ultramarine #28109D
RGB
CMYK
RGB Variations
Color information
#28109D (or 0x28109D) is known color: Ultramarine. HEX triplet: 28, 10 and 9D. RGB value is (40,16,157). Sum of RGB (Red+Green+Blue) = 40+16+157=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 157 (61.72% from 255 or 73.71% from 213); Max value from RGB is 157 - color contains mainly: blue. Hex color #28109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28109D is #D7EF62. Grayscale: #262626. Windows color (decimal): -14151523 or 10293288. OLE color: 10293288.
HSL color Cylindrical-coordinate representation of color #28109D: hue angle of 250.21º 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 #28109D is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 16 | 157 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.38 |
| HSL | 250.21º | 0.82% | 0.34% | - |
| HSV(B) | 250.21º | 0.9% | 0.62% | - |
| XYZ | 7.15 | 3.26 | 32.15 | - |
| YUV | 39.25 | 194.45 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 157 | 0.75 | 0.90 | 0 | 0.38 | 250.21 | 0.82 | 0.34 |
| Hex | 28 | 10 | 9D | 4B | 5A | 0 | 26 | FA | 52 | 22 |
| Octal | 50 | 20 | 235 | 113 | 132 | 0 | 46 | 372 | 122 | 42 |
| Binary | 101000 | 10000 | 10011101 | 1001011 | 1011010 | 0 | 100110 | 11111010 | 1010010 | 100010 |
Color Harmonies of #28109D
Complementary color
Monochromatic Colors of #28109D
Black with #28109D
Text Example
Text Example
White with #28109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28109D; }
p { color: rgb(40,16,157); }
H1.HeaderClassName
{
color: #28109D;
}
.AnyTagClassName
{
color: #28109D;
}
</style>
background-color css
<style>
a { background-color: #28109D; }
a { background-color: rgb(40,16,157); }
div.DivClassName
{
background-color: #28109D;
}
.BgClassName
{
background-color: #28109D;
}
</style>
border-color css
<style>
span { border-color: #28109D; }
span { border-color: rgb(40,16,157); }
td.TdClassName
{
border-color: #28109D;
}
.TagClassName
{
border-color: #28109D;
}
</style>