Shades of Ultramarine #28079F
Tints of Ultramarine #28079F
RGB
CMYK
RGB Variations
Color information
#28079F (or 0x28079F) is known color: Ultramarine. HEX triplet: 28, 07 and 9F. RGB value is (40,7,159). Sum of RGB (Red+Green+Blue) = 40+7+159=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 159 (62.5% from 255 or 77.18% from 206); Max value from RGB is 159 - color contains mainly: blue. Hex color #28079F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28079F is #D7F860. Grayscale: #212121. Windows color (decimal): -14153825 or 10422056. OLE color: 10422056.
HSL color Cylindrical-coordinate representation of color #28079F: hue angle of 253.03º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28079F is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 7 | 159 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.38 |
| HSL | 253.03º | 0.92% | 0.33% | - |
| HSV(B) | 253.03º | 0.96% | 0.62% | - |
| XYZ | 7.21 | 3.11 | 33.02 | - |
| YUV | 34.2 | 198.43 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 159 | 0.75 | 0.96 | 0 | 0.38 | 253.03 | 0.92 | 0.33 |
| Hex | 28 | 7 | 9F | 4B | 60 | 0 | 26 | FD | 5C | 21 |
| Octal | 50 | 7 | 237 | 113 | 140 | 0 | 46 | 375 | 134 | 41 |
| Binary | 101000 | 111 | 10011111 | 1001011 | 1100000 | 0 | 100110 | 11111101 | 1011100 | 100001 |
Color Harmonies of #28079F
Complementary color
Monochromatic Colors of #28079F
Black with #28079F
Text Example
Text Example
White with #28079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28079F; }
p { color: rgb(40,7,159); }
H1.HeaderClassName
{
color: #28079F;
}
.AnyTagClassName
{
color: #28079F;
}
</style>
background-color css
<style>
a { background-color: #28079F; }
a { background-color: rgb(40,7,159); }
div.DivClassName
{
background-color: #28079F;
}
.BgClassName
{
background-color: #28079F;
}
</style>
border-color css
<style>
span { border-color: #28079F; }
span { border-color: rgb(40,7,159); }
td.TdClassName
{
border-color: #28079F;
}
.TagClassName
{
border-color: #28079F;
}
</style>