Shades of Ultramarine #071689
Tints of Ultramarine #071689
RGB
CMYK
RGB Variations
Color information
#071689 (or 0x071689) is known color: Ultramarine. HEX triplet: 07, 16 and 89. RGB value is (7,22,137). Sum of RGB (Red+Green+Blue) = 7+22+137=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 137 (53.91% from 255 or 82.53% from 166); Max value from RGB is 137 - color contains mainly: blue. Hex color #071689 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071689 is #F8E976. Grayscale: #1E1E1E. Windows color (decimal): -16312695 or 8984071. OLE color: 8984071.
HSL color Cylindrical-coordinate representation of color #071689: hue angle of 233.08º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071689 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 22 | 137 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.46 |
| HSL | 233.08º | 0.9% | 0.28% | - |
| HSV(B) | 233.08º | 0.95% | 0.54% | - |
| XYZ | 4.89 | 2.43 | 23.88 | - |
| YUV | 30.63 | 188.03 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 137 | 0.95 | 0.84 | 0 | 0.46 | 233.08 | 0.9 | 0.28 |
| Hex | 7 | 16 | 89 | 5F | 54 | 0 | 2E | E9 | 5A | 1C |
| Octal | 7 | 26 | 211 | 137 | 124 | 0 | 56 | 351 | 132 | 34 |
| Binary | 111 | 10110 | 10001001 | 1011111 | 1010100 | 0 | 101110 | 11101001 | 1011010 | 11100 |
Color Harmonies of #071689
Complementary color
Monochromatic Colors of #071689
Black with #071689
Text Example
Text Example
White with #071689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071689; }
p { color: rgb(7,22,137); }
H1.HeaderClassName
{
color: #071689;
}
.AnyTagClassName
{
color: #071689;
}
</style>
background-color css
<style>
a { background-color: #071689; }
a { background-color: rgb(7,22,137); }
div.DivClassName
{
background-color: #071689;
}
.BgClassName
{
background-color: #071689;
}
</style>
border-color css
<style>
span { border-color: #071689; }
span { border-color: rgb(7,22,137); }
td.TdClassName
{
border-color: #071689;
}
.TagClassName
{
border-color: #071689;
}
</style>