Shades of Ultramarine #070D90
Tints of Ultramarine #070D90
RGB
CMYK
RGB Variations
Color information
#070D90 (or 0x070D90) is known color: Ultramarine. HEX triplet: 07, 0D and 90. RGB value is (7,13,144). Sum of RGB (Red+Green+Blue) = 7+13+144=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 144 (56.64% from 255 or 87.80% from 164); Max value from RGB is 144 - color contains mainly: blue. Hex color #070D90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070D90 is #F8F26F. Grayscale: #191919. Windows color (decimal): -16314992 or 9440519. OLE color: 9440519.
HSL color Cylindrical-coordinate representation of color #070D90: hue angle of 237.37º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070D90 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 13 | 144 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.44 |
| HSL | 237.37º | 0.91% | 0.3% | - |
| HSV(B) | 237.37º | 0.95% | 0.56% | - |
| XYZ | 5.27 | 2.35 | 26.56 | - |
| YUV | 26.14 | 194.51 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 144 | 0.95 | 0.91 | 0 | 0.44 | 237.37 | 0.91 | 0.3 |
| Hex | 7 | D | 90 | 5F | 5B | 0 | 2C | ED | 5B | 1E |
| Octal | 7 | 15 | 220 | 137 | 133 | 0 | 54 | 355 | 133 | 36 |
| Binary | 111 | 1101 | 10010000 | 1011111 | 1011011 | 0 | 101100 | 11101101 | 1011011 | 11110 |
Color Harmonies of #070D90
Complementary color
Monochromatic Colors of #070D90
Black with #070D90
Text Example
Text Example
White with #070D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D90; }
p { color: rgb(7,13,144); }
H1.HeaderClassName
{
color: #070D90;
}
.AnyTagClassName
{
color: #070D90;
}
</style>
background-color css
<style>
a { background-color: #070D90; }
a { background-color: rgb(7,13,144); }
div.DivClassName
{
background-color: #070D90;
}
.BgClassName
{
background-color: #070D90;
}
</style>
border-color css
<style>
span { border-color: #070D90; }
span { border-color: rgb(7,13,144); }
td.TdClassName
{
border-color: #070D90;
}
.TagClassName
{
border-color: #070D90;
}
</style>