Shades of Ultramarine #071889
Tints of Ultramarine #071889
RGB
CMYK
RGB Variations
Color information
#071889 (or 0x071889) is known color: Ultramarine. HEX triplet: 07, 18 and 89. RGB value is (7,24,137). Sum of RGB (Red+Green+Blue) = 7+24+137=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 137 (53.91% from 255 or 81.55% from 168); Max value from RGB is 137 - color contains mainly: blue. Hex color #071889 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071889 is #F8E776. Grayscale: #1F1F1F. Windows color (decimal): -16312183 or 8984583. OLE color: 8984583.
HSL color Cylindrical-coordinate representation of color #071889: hue angle of 232.15º 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 #071889 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 24 | 137 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.46 |
| HSL | 232.15º | 0.9% | 0.28% | - |
| HSV(B) | 232.15º | 0.95% | 0.54% | - |
| XYZ | 4.93 | 2.5 | 23.89 | - |
| YUV | 31.8 | 187.37 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 137 | 0.95 | 0.82 | 0 | 0.46 | 232.15 | 0.9 | 0.28 |
| Hex | 7 | 18 | 89 | 5F | 52 | 0 | 2E | E8 | 5A | 1C |
| Octal | 7 | 30 | 211 | 137 | 122 | 0 | 56 | 350 | 132 | 34 |
| Binary | 111 | 11000 | 10001001 | 1011111 | 1010010 | 0 | 101110 | 11101000 | 1011010 | 11100 |
Color Harmonies of #071889
Complementary color
Monochromatic Colors of #071889
Black with #071889
Text Example
Text Example
White with #071889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071889; }
p { color: rgb(7,24,137); }
H1.HeaderClassName
{
color: #071889;
}
.AnyTagClassName
{
color: #071889;
}
</style>
background-color css
<style>
a { background-color: #071889; }
a { background-color: rgb(7,24,137); }
div.DivClassName
{
background-color: #071889;
}
.BgClassName
{
background-color: #071889;
}
</style>
border-color css
<style>
span { border-color: #071889; }
span { border-color: rgb(7,24,137); }
td.TdClassName
{
border-color: #071889;
}
.TagClassName
{
border-color: #071889;
}
</style>