Shades of Ultramarine #071486
Tints of Ultramarine #071486
RGB
CMYK
RGB Variations
Color information
#071486 (or 0x071486) is known color: Ultramarine. HEX triplet: 07, 14 and 86. RGB value is (7,20,134). Sum of RGB (Red+Green+Blue) = 7+20+134=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 134 (52.73% from 255 or 83.23% from 161); Max value from RGB is 134 - color contains mainly: blue. Hex color #071486 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071486 is #F8EB79. Grayscale: #1C1C1C. Windows color (decimal): -16313210 or 8786951. OLE color: 8786951.
HSL color Cylindrical-coordinate representation of color #071486: hue angle of 233.86º 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 #071486 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 20 | 134 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.47 |
| HSL | 233.86º | 0.9% | 0.28% | - |
| HSV(B) | 233.86º | 0.95% | 0.53% | - |
| XYZ | 4.64 | 2.27 | 22.75 | - |
| YUV | 29.11 | 187.19 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 134 | 0.95 | 0.85 | 0 | 0.47 | 233.86 | 0.9 | 0.28 |
| Hex | 7 | 14 | 86 | 5F | 55 | 0 | 2F | EA | 5A | 1C |
| Octal | 7 | 24 | 206 | 137 | 125 | 0 | 57 | 352 | 132 | 34 |
| Binary | 111 | 10100 | 10000110 | 1011111 | 1010101 | 0 | 101111 | 11101010 | 1011010 | 11100 |
Color Harmonies of #071486
Complementary color
Monochromatic Colors of #071486
Black with #071486
Text Example
Text Example
White with #071486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071486; }
p { color: rgb(7,20,134); }
H1.HeaderClassName
{
color: #071486;
}
.AnyTagClassName
{
color: #071486;
}
</style>
background-color css
<style>
a { background-color: #071486; }
a { background-color: rgb(7,20,134); }
div.DivClassName
{
background-color: #071486;
}
.BgClassName
{
background-color: #071486;
}
</style>
border-color css
<style>
span { border-color: #071486; }
span { border-color: rgb(7,20,134); }
td.TdClassName
{
border-color: #071486;
}
.TagClassName
{
border-color: #071486;
}
</style>