Shades of Ultramarine #071696
Tints of Ultramarine #071696
RGB
CMYK
RGB Variations
Color information
#071696 (or 0x071696) is known color: Ultramarine. HEX triplet: 07, 16 and 96. RGB value is (7,22,150). Sum of RGB (Red+Green+Blue) = 7+22+150=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 150 (58.98% from 255 or 83.80% from 179); Max value from RGB is 150 - color contains mainly: blue. Hex color #071696 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071696 is #F8E969. Grayscale: #1F1F1F. Windows color (decimal): -16312682 or 9836039. OLE color: 9836039.
HSL color Cylindrical-coordinate representation of color #071696: hue angle of 233.71º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071696 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 22 | 150 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.41 |
| HSL | 233.71º | 0.91% | 0.31% | - |
| HSV(B) | 233.71º | 0.95% | 0.59% | - |
| XYZ | 5.88 | 2.82 | 29.09 | - |
| YUV | 32.11 | 194.53 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 150 | 0.95 | 0.85 | 0 | 0.41 | 233.71 | 0.91 | 0.31 |
| Hex | 7 | 16 | 96 | 5F | 55 | 0 | 29 | EA | 5B | 1F |
| Octal | 7 | 26 | 226 | 137 | 125 | 0 | 51 | 352 | 133 | 37 |
| Binary | 111 | 10110 | 10010110 | 1011111 | 1010101 | 0 | 101001 | 11101010 | 1011011 | 11111 |
Color Harmonies of #071696
Complementary color
Monochromatic Colors of #071696
Black with #071696
Text Example
Text Example
White with #071696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071696; }
p { color: rgb(7,22,150); }
H1.HeaderClassName
{
color: #071696;
}
.AnyTagClassName
{
color: #071696;
}
</style>
background-color css
<style>
a { background-color: #071696; }
a { background-color: rgb(7,22,150); }
div.DivClassName
{
background-color: #071696;
}
.BgClassName
{
background-color: #071696;
}
</style>
border-color css
<style>
span { border-color: #071696; }
span { border-color: rgb(7,22,150); }
td.TdClassName
{
border-color: #071696;
}
.TagClassName
{
border-color: #071696;
}
</style>