Shades of Ultramarine #071991
Tints of Ultramarine #071991
RGB
CMYK
RGB Variations
Color information
#071991 (or 0x071991) is known color: Ultramarine. HEX triplet: 07, 19 and 91. RGB value is (7,25,145). Sum of RGB (Red+Green+Blue) = 7+25+145=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 145 (57.03% from 255 or 81.92% from 177); Max value from RGB is 145 - color contains mainly: blue. Hex color #071991 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071991 is #F8E66E. Grayscale: #202020. Windows color (decimal): -16311919 or 9509127. OLE color: 9509127.
HSL color Cylindrical-coordinate representation of color #071991: hue angle of 232.17º 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 #071991 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 25 | 145 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.43 |
| HSL | 232.17º | 0.91% | 0.3% | - |
| HSV(B) | 232.17º | 0.95% | 0.57% | - |
| XYZ | 5.55 | 2.78 | 27.03 | - |
| YUV | 33.3 | 191.04 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 145 | 0.95 | 0.83 | 0 | 0.43 | 232.17 | 0.91 | 0.3 |
| Hex | 7 | 19 | 91 | 5F | 53 | 0 | 2B | E8 | 5B | 1E |
| Octal | 7 | 31 | 221 | 137 | 123 | 0 | 53 | 350 | 133 | 36 |
| Binary | 111 | 11001 | 10010001 | 1011111 | 1010011 | 0 | 101011 | 11101000 | 1011011 | 11110 |
Color Harmonies of #071991
Complementary color
Monochromatic Colors of #071991
Black with #071991
Text Example
Text Example
White with #071991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071991; }
p { color: rgb(7,25,145); }
H1.HeaderClassName
{
color: #071991;
}
.AnyTagClassName
{
color: #071991;
}
</style>
background-color css
<style>
a { background-color: #071991; }
a { background-color: rgb(7,25,145); }
div.DivClassName
{
background-color: #071991;
}
.BgClassName
{
background-color: #071991;
}
</style>
border-color css
<style>
span { border-color: #071991; }
span { border-color: rgb(7,25,145); }
td.TdClassName
{
border-color: #071991;
}
.TagClassName
{
border-color: #071991;
}
</style>