Shades of Ultramarine #28079D
Tints of Ultramarine #28079D
RGB
CMYK
RGB Variations
Color information
#28079D (or 0x28079D) is known color: Ultramarine. HEX triplet: 28, 07 and 9D. RGB value is (40,7,157). Sum of RGB (Red+Green+Blue) = 40+7+157=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 157 (61.72% from 255 or 76.96% from 204); Max value from RGB is 157 - color contains mainly: blue. Hex color #28079D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28079D is #D7F862. Grayscale: #212121. Windows color (decimal): -14153827 or 10290984. OLE color: 10290984.
HSL color Cylindrical-coordinate representation of color #28079D: hue angle of 253.2º degrees, saturation: 0.91, 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 #28079D is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 7 | 157 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.38 |
| HSL | 253.2º | 0.91% | 0.32% | - |
| HSV(B) | 253.2º | 0.96% | 0.62% | - |
| XYZ | 7.04 | 3.04 | 32.11 | - |
| YUV | 33.97 | 197.43 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 157 | 0.75 | 0.96 | 0 | 0.38 | 253.2 | 0.91 | 0.32 |
| Hex | 28 | 7 | 9D | 4B | 60 | 0 | 26 | FD | 5B | 20 |
| Octal | 50 | 7 | 235 | 113 | 140 | 0 | 46 | 375 | 133 | 40 |
| Binary | 101000 | 111 | 10011101 | 1001011 | 1100000 | 0 | 100110 | 11111101 | 1011011 | 100000 |
Color Harmonies of #28079D
Complementary color
Monochromatic Colors of #28079D
Black with #28079D
Text Example
Text Example
White with #28079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28079D; }
p { color: rgb(40,7,157); }
H1.HeaderClassName
{
color: #28079D;
}
.AnyTagClassName
{
color: #28079D;
}
</style>
background-color css
<style>
a { background-color: #28079D; }
a { background-color: rgb(40,7,157); }
div.DivClassName
{
background-color: #28079D;
}
.BgClassName
{
background-color: #28079D;
}
</style>
border-color css
<style>
span { border-color: #28079D; }
span { border-color: rgb(40,7,157); }
td.TdClassName
{
border-color: #28079D;
}
.TagClassName
{
border-color: #28079D;
}
</style>