Shades of Ultramarine #28079C
Tints of Ultramarine #28079C
RGB
CMYK
RGB Variations
Color information
#28079C (or 0x28079C) is known color: Ultramarine. HEX triplet: 28, 07 and 9C. RGB value is (40,7,156). Sum of RGB (Red+Green+Blue) = 40+7+156=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #28079C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28079C is #D7F863. Grayscale: #212121. Windows color (decimal): -14153828 or 10225448. OLE color: 10225448.
HSL color Cylindrical-coordinate representation of color #28079C: hue angle of 253.29º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28079C is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 7 | 156 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.39 |
| HSL | 253.29º | 0.91% | 0.32% | - |
| HSV(B) | 253.29º | 0.96% | 0.61% | - |
| XYZ | 6.95 | 3 | 31.67 | - |
| YUV | 33.85 | 196.93 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 156 | 0.74 | 0.96 | 0 | 0.39 | 253.29 | 0.91 | 0.32 |
| Hex | 28 | 7 | 9C | 4A | 60 | 0 | 27 | FD | 5B | 20 |
| Octal | 50 | 7 | 234 | 112 | 140 | 0 | 47 | 375 | 133 | 40 |
| Binary | 101000 | 111 | 10011100 | 1001010 | 1100000 | 0 | 100111 | 11111101 | 1011011 | 100000 |
Color Harmonies of #28079C
Complementary color
Monochromatic Colors of #28079C
Black with #28079C
Text Example
Text Example
White with #28079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28079C; }
p { color: rgb(40,7,156); }
H1.HeaderClassName
{
color: #28079C;
}
.AnyTagClassName
{
color: #28079C;
}
</style>
background-color css
<style>
a { background-color: #28079C; }
a { background-color: rgb(40,7,156); }
div.DivClassName
{
background-color: #28079C;
}
.BgClassName
{
background-color: #28079C;
}
</style>
border-color css
<style>
span { border-color: #28079C; }
span { border-color: rgb(40,7,156); }
td.TdClassName
{
border-color: #28079C;
}
.TagClassName
{
border-color: #28079C;
}
</style>