Shades of Ultramarine #28079E
Tints of Ultramarine #28079E
RGB
CMYK
RGB Variations
Color information
#28079E (or 0x28079E) is known color: Ultramarine. HEX triplet: 28, 07 and 9E. RGB value is (40,7,158). Sum of RGB (Red+Green+Blue) = 40+7+158=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 158 (62.11% from 255 or 77.07% from 205); Max value from RGB is 158 - color contains mainly: blue. Hex color #28079E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28079E is #D7F861. Grayscale: #212121. Windows color (decimal): -14153826 or 10356520. OLE color: 10356520.
HSL color Cylindrical-coordinate representation of color #28079E: hue angle of 253.11º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28079E is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 7 | 158 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.38 |
| HSL | 253.11º | 0.92% | 0.32% | - |
| HSV(B) | 253.11º | 0.96% | 0.62% | - |
| XYZ | 7.12 | 3.07 | 32.57 | - |
| YUV | 34.08 | 197.93 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 158 | 0.75 | 0.96 | 0 | 0.38 | 253.11 | 0.92 | 0.32 |
| Hex | 28 | 7 | 9E | 4B | 60 | 0 | 26 | FD | 5C | 20 |
| Octal | 50 | 7 | 236 | 113 | 140 | 0 | 46 | 375 | 134 | 40 |
| Binary | 101000 | 111 | 10011110 | 1001011 | 1100000 | 0 | 100110 | 11111101 | 1011100 | 100000 |
Color Harmonies of #28079E
Complementary color
Monochromatic Colors of #28079E
Black with #28079E
Text Example
Text Example
White with #28079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28079E; }
p { color: rgb(40,7,158); }
H1.HeaderClassName
{
color: #28079E;
}
.AnyTagClassName
{
color: #28079E;
}
</style>
background-color css
<style>
a { background-color: #28079E; }
a { background-color: rgb(40,7,158); }
div.DivClassName
{
background-color: #28079E;
}
.BgClassName
{
background-color: #28079E;
}
</style>
border-color css
<style>
span { border-color: #28079E; }
span { border-color: rgb(40,7,158); }
td.TdClassName
{
border-color: #28079E;
}
.TagClassName
{
border-color: #28079E;
}
</style>