Shades of Ultramarine #070F8D
Tints of Ultramarine #070F8D
RGB
CMYK
RGB Variations
Color information
#070F8D (or 0x070F8D) is known color: Ultramarine. HEX triplet: 07, 0F and 8D. RGB value is (7,15,141). Sum of RGB (Red+Green+Blue) = 7+15+141=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 141 (55.47% from 255 or 86.50% from 163); Max value from RGB is 141 - color contains mainly: blue. Hex color #070F8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070F8D is #F8F072. Grayscale: #1A1A1A. Windows color (decimal): -16314483 or 9244423. OLE color: 9244423.
HSL color Cylindrical-coordinate representation of color #070F8D: hue angle of 236.42º 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 #070F8D is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 15 | 141 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.45 |
| HSL | 236.42º | 0.91% | 0.29% | - |
| HSV(B) | 236.42º | 0.95% | 0.55% | - |
| XYZ | 5.07 | 2.31 | 25.38 | - |
| YUV | 26.97 | 192.35 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 141 | 0.95 | 0.89 | 0 | 0.45 | 236.42 | 0.91 | 0.29 |
| Hex | 7 | F | 8D | 5F | 59 | 0 | 2D | EC | 5B | 1D |
| Octal | 7 | 17 | 215 | 137 | 131 | 0 | 55 | 354 | 133 | 35 |
| Binary | 111 | 1111 | 10001101 | 1011111 | 1011001 | 0 | 101101 | 11101100 | 1011011 | 11101 |
Color Harmonies of #070F8D
Complementary color
Monochromatic Colors of #070F8D
Black with #070F8D
Text Example
Text Example
White with #070F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F8D; }
p { color: rgb(7,15,141); }
H1.HeaderClassName
{
color: #070F8D;
}
.AnyTagClassName
{
color: #070F8D;
}
</style>
background-color css
<style>
a { background-color: #070F8D; }
a { background-color: rgb(7,15,141); }
div.DivClassName
{
background-color: #070F8D;
}
.BgClassName
{
background-color: #070F8D;
}
</style>
border-color css
<style>
span { border-color: #070F8D; }
span { border-color: rgb(7,15,141); }
td.TdClassName
{
border-color: #070F8D;
}
.TagClassName
{
border-color: #070F8D;
}
</style>