Shades of Ultramarine #070E8D
Tints of Ultramarine #070E8D
RGB
CMYK
RGB Variations
Color information
#070E8D (or 0x070E8D) is known color: Ultramarine. HEX triplet: 07, 0E and 8D. RGB value is (7,14,141). Sum of RGB (Red+Green+Blue) = 7+14+141=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 141 (55.47% from 255 or 87.04% from 162); Max value from RGB is 141 - color contains mainly: blue. Hex color #070E8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070E8D is #F8F172. Grayscale: #191919. Windows color (decimal): -16314739 or 9244167. OLE color: 9244167.
HSL color Cylindrical-coordinate representation of color #070E8D: hue angle of 236.87º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070E8D is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 14 | 141 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.45 |
| HSL | 236.87º | 0.91% | 0.29% | - |
| HSV(B) | 236.87º | 0.95% | 0.55% | - |
| XYZ | 5.05 | 2.28 | 25.37 | - |
| YUV | 26.39 | 192.68 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 141 | 0.95 | 0.90 | 0 | 0.45 | 236.87 | 0.91 | 0.29 |
| Hex | 7 | E | 8D | 5F | 5A | 0 | 2D | ED | 5B | 1D |
| Octal | 7 | 16 | 215 | 137 | 132 | 0 | 55 | 355 | 133 | 35 |
| Binary | 111 | 1110 | 10001101 | 1011111 | 1011010 | 0 | 101101 | 11101101 | 1011011 | 11101 |
Color Harmonies of #070E8D
Complementary color
Monochromatic Colors of #070E8D
Black with #070E8D
Text Example
Text Example
White with #070E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E8D; }
p { color: rgb(7,14,141); }
H1.HeaderClassName
{
color: #070E8D;
}
.AnyTagClassName
{
color: #070E8D;
}
</style>
background-color css
<style>
a { background-color: #070E8D; }
a { background-color: rgb(7,14,141); }
div.DivClassName
{
background-color: #070E8D;
}
.BgClassName
{
background-color: #070E8D;
}
</style>
border-color css
<style>
span { border-color: #070E8D; }
span { border-color: rgb(7,14,141); }
td.TdClassName
{
border-color: #070E8D;
}
.TagClassName
{
border-color: #070E8D;
}
</style>