Shades of Ultramarine #071186
Tints of Ultramarine #071186
RGB
CMYK
RGB Variations
Color information
#071186 (or 0x071186) is known color: Ultramarine. HEX triplet: 07, 11 and 86. RGB value is (7,17,134). Sum of RGB (Red+Green+Blue) = 7+17+134=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 134 (52.73% from 255 or 84.81% from 158); Max value from RGB is 134 - color contains mainly: blue. Hex color #071186 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071186 is #F8EE79. Grayscale: #1A1A1A. Windows color (decimal): -16313978 or 8786183. OLE color: 8786183.
HSL color Cylindrical-coordinate representation of color #071186: hue angle of 235.28º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071186 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 17 | 134 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.47 |
| HSL | 235.28º | 0.9% | 0.28% | - |
| HSV(B) | 235.28º | 0.95% | 0.53% | - |
| XYZ | 4.59 | 2.17 | 22.73 | - |
| YUV | 27.35 | 188.19 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 134 | 0.95 | 0.87 | 0 | 0.47 | 235.28 | 0.9 | 0.28 |
| Hex | 7 | 11 | 86 | 5F | 57 | 0 | 2F | EB | 5A | 1C |
| Octal | 7 | 21 | 206 | 137 | 127 | 0 | 57 | 353 | 132 | 34 |
| Binary | 111 | 10001 | 10000110 | 1011111 | 1010111 | 0 | 101111 | 11101011 | 1011010 | 11100 |
Color Harmonies of #071186
Complementary color
Monochromatic Colors of #071186
Black with #071186
Text Example
Text Example
White with #071186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071186; }
p { color: rgb(7,17,134); }
H1.HeaderClassName
{
color: #071186;
}
.AnyTagClassName
{
color: #071186;
}
</style>
background-color css
<style>
a { background-color: #071186; }
a { background-color: rgb(7,17,134); }
div.DivClassName
{
background-color: #071186;
}
.BgClassName
{
background-color: #071186;
}
</style>
border-color css
<style>
span { border-color: #071186; }
span { border-color: rgb(7,17,134); }
td.TdClassName
{
border-color: #071186;
}
.TagClassName
{
border-color: #071186;
}
</style>