Shades of Ultramarine #071090
Tints of Ultramarine #071090
RGB
CMYK
RGB Variations
Color information
#071090 (or 0x071090) is known color: Ultramarine. HEX triplet: 07, 10 and 90. RGB value is (7,16,144). Sum of RGB (Red+Green+Blue) = 7+16+144=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 144 (56.64% from 255 or 86.23% from 167); Max value from RGB is 144 - color contains mainly: blue. Hex color #071090 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071090 is #F8EF6F. Grayscale: #1B1B1B. Windows color (decimal): -16314224 or 9441287. OLE color: 9441287.
HSL color Cylindrical-coordinate representation of color #071090: hue angle of 236.06º 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 #071090 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 16 | 144 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.44 |
| HSL | 236.06º | 0.91% | 0.3% | - |
| HSV(B) | 236.06º | 0.95% | 0.56% | - |
| XYZ | 5.31 | 2.43 | 26.57 | - |
| YUV | 27.9 | 193.52 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 144 | 0.95 | 0.89 | 0 | 0.44 | 236.06 | 0.91 | 0.3 |
| Hex | 7 | 10 | 90 | 5F | 59 | 0 | 2C | EC | 5B | 1E |
| Octal | 7 | 20 | 220 | 137 | 131 | 0 | 54 | 354 | 133 | 36 |
| Binary | 111 | 10000 | 10010000 | 1011111 | 1011001 | 0 | 101100 | 11101100 | 1011011 | 11110 |
Color Harmonies of #071090
Complementary color
Monochromatic Colors of #071090
Black with #071090
Text Example
Text Example
White with #071090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071090; }
p { color: rgb(7,16,144); }
H1.HeaderClassName
{
color: #071090;
}
.AnyTagClassName
{
color: #071090;
}
</style>
background-color css
<style>
a { background-color: #071090; }
a { background-color: rgb(7,16,144); }
div.DivClassName
{
background-color: #071090;
}
.BgClassName
{
background-color: #071090;
}
</style>
border-color css
<style>
span { border-color: #071090; }
span { border-color: rgb(7,16,144); }
td.TdClassName
{
border-color: #071090;
}
.TagClassName
{
border-color: #071090;
}
</style>