Shades of Ultramarine #071389
Tints of Ultramarine #071389
RGB
CMYK
RGB Variations
Color information
#071389 (or 0x071389) is known color: Ultramarine. HEX triplet: 07, 13 and 89. RGB value is (7,19,137). Sum of RGB (Red+Green+Blue) = 7+19+137=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 137 (53.91% from 255 or 84.05% from 163); Max value from RGB is 137 - color contains mainly: blue. Hex color #071389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071389 is #F8EC76. Grayscale: #1C1C1C. Windows color (decimal): -16313463 or 8983303. OLE color: 8983303.
HSL color Cylindrical-coordinate representation of color #071389: hue angle of 234.46º 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 #071389 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 19 | 137 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.46 |
| HSL | 234.46º | 0.9% | 0.28% | - |
| HSV(B) | 234.46º | 0.95% | 0.54% | - |
| XYZ | 4.84 | 2.32 | 23.86 | - |
| YUV | 28.86 | 189.02 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 137 | 0.95 | 0.86 | 0 | 0.46 | 234.46 | 0.9 | 0.28 |
| Hex | 7 | 13 | 89 | 5F | 56 | 0 | 2E | EA | 5A | 1C |
| Octal | 7 | 23 | 211 | 137 | 126 | 0 | 56 | 352 | 132 | 34 |
| Binary | 111 | 10011 | 10001001 | 1011111 | 1010110 | 0 | 101110 | 11101010 | 1011010 | 11100 |
Color Harmonies of #071389
Complementary color
Monochromatic Colors of #071389
Black with #071389
Text Example
Text Example
White with #071389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071389; }
p { color: rgb(7,19,137); }
H1.HeaderClassName
{
color: #071389;
}
.AnyTagClassName
{
color: #071389;
}
</style>
background-color css
<style>
a { background-color: #071389; }
a { background-color: rgb(7,19,137); }
div.DivClassName
{
background-color: #071389;
}
.BgClassName
{
background-color: #071389;
}
</style>
border-color css
<style>
span { border-color: #071389; }
span { border-color: rgb(7,19,137); }
td.TdClassName
{
border-color: #071389;
}
.TagClassName
{
border-color: #071389;
}
</style>