Shades of Ultramarine #071091
Tints of Ultramarine #071091
RGB
CMYK
RGB Variations
Color information
#071091 (or 0x071091) is known color: Ultramarine. HEX triplet: 07, 10 and 91. RGB value is (7,16,145). Sum of RGB (Red+Green+Blue) = 7+16+145=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 145 (57.03% from 255 or 86.31% from 168); Max value from RGB is 145 - color contains mainly: blue. Hex color #071091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071091 is #F8EF6E. Grayscale: #1B1B1B. Windows color (decimal): -16314223 or 9506823. OLE color: 9506823.
HSL color Cylindrical-coordinate representation of color #071091: hue angle of 236.09º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071091 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 16 | 145 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.43 |
| HSL | 236.09º | 0.91% | 0.3% | - |
| HSV(B) | 236.09º | 0.95% | 0.57% | - |
| XYZ | 5.38 | 2.46 | 26.98 | - |
| YUV | 28.02 | 194.02 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 145 | 0.95 | 0.89 | 0 | 0.43 | 236.09 | 0.91 | 0.3 |
| Hex | 7 | 10 | 91 | 5F | 59 | 0 | 2B | EC | 5B | 1E |
| Octal | 7 | 20 | 221 | 137 | 131 | 0 | 53 | 354 | 133 | 36 |
| Binary | 111 | 10000 | 10010001 | 1011111 | 1011001 | 0 | 101011 | 11101100 | 1011011 | 11110 |
Color Harmonies of #071091
Complementary color
Monochromatic Colors of #071091
Black with #071091
Text Example
Text Example
White with #071091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071091; }
p { color: rgb(7,16,145); }
H1.HeaderClassName
{
color: #071091;
}
.AnyTagClassName
{
color: #071091;
}
</style>
background-color css
<style>
a { background-color: #071091; }
a { background-color: rgb(7,16,145); }
div.DivClassName
{
background-color: #071091;
}
.BgClassName
{
background-color: #071091;
}
</style>
border-color css
<style>
span { border-color: #071091; }
span { border-color: rgb(7,16,145); }
td.TdClassName
{
border-color: #071091;
}
.TagClassName
{
border-color: #071091;
}
</style>