Shades of Ultramarine #28079B
Tints of Ultramarine #28079B
RGB
CMYK
RGB Variations
Color information
#28079B (or 0x28079B) is known color: Ultramarine. HEX triplet: 28, 07 and 9B. RGB value is (40,7,155). Sum of RGB (Red+Green+Blue) = 40+7+155=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 155 (60.94% from 255 or 76.73% from 202); Max value from RGB is 155 - color contains mainly: blue. Hex color #28079B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28079B is #D7F864. Grayscale: #212121. Windows color (decimal): -14153829 or 10159912. OLE color: 10159912.
HSL color Cylindrical-coordinate representation of color #28079B: hue angle of 253.38º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28079B is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 7 | 155 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.39 |
| HSL | 253.38º | 0.91% | 0.32% | - |
| HSV(B) | 253.38º | 0.95% | 0.61% | - |
| XYZ | 6.87 | 2.97 | 31.22 | - |
| YUV | 33.74 | 196.43 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 155 | 0.74 | 0.95 | 0 | 0.39 | 253.38 | 0.91 | 0.32 |
| Hex | 28 | 7 | 9B | 4A | 5F | 0 | 27 | FD | 5B | 20 |
| Octal | 50 | 7 | 233 | 112 | 137 | 0 | 47 | 375 | 133 | 40 |
| Binary | 101000 | 111 | 10011011 | 1001010 | 1011111 | 0 | 100111 | 11111101 | 1011011 | 100000 |
Color Harmonies of #28079B
Complementary color
Monochromatic Colors of #28079B
Black with #28079B
Text Example
Text Example
White with #28079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28079B; }
p { color: rgb(40,7,155); }
H1.HeaderClassName
{
color: #28079B;
}
.AnyTagClassName
{
color: #28079B;
}
</style>
background-color css
<style>
a { background-color: #28079B; }
a { background-color: rgb(40,7,155); }
div.DivClassName
{
background-color: #28079B;
}
.BgClassName
{
background-color: #28079B;
}
</style>
border-color css
<style>
span { border-color: #28079B; }
span { border-color: rgb(40,7,155); }
td.TdClassName
{
border-color: #28079B;
}
.TagClassName
{
border-color: #28079B;
}
</style>