Shades of Ultramarine #071489
Tints of Ultramarine #071489
RGB
CMYK
RGB Variations
Color information
#071489 (or 0x071489) is known color: Ultramarine. HEX triplet: 07, 14 and 89. RGB value is (7,20,137). Sum of RGB (Red+Green+Blue) = 7+20+137=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 137 (53.91% from 255 or 83.54% from 164); Max value from RGB is 137 - color contains mainly: blue. Hex color #071489 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071489 is #F8EB76. Grayscale: #1C1C1C. Windows color (decimal): -16313207 or 8983559. OLE color: 8983559.
HSL color Cylindrical-coordinate representation of color #071489: hue angle of 234º 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 #071489 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 20 | 137 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.46 |
| HSL | 234º | 0.9% | 0.28% | - |
| HSV(B) | 234º | 0.95% | 0.54% | - |
| XYZ | 4.85 | 2.35 | 23.87 | - |
| YUV | 29.45 | 188.69 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 137 | 0.95 | 0.85 | 0 | 0.46 | 234 | 0.9 | 0.28 |
| Hex | 7 | 14 | 89 | 5F | 55 | 0 | 2E | EA | 5A | 1C |
| Octal | 7 | 24 | 211 | 137 | 125 | 0 | 56 | 352 | 132 | 34 |
| Binary | 111 | 10100 | 10001001 | 1011111 | 1010101 | 0 | 101110 | 11101010 | 1011010 | 11100 |
Color Harmonies of #071489
Complementary color
Monochromatic Colors of #071489
Black with #071489
Text Example
Text Example
White with #071489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071489; }
p { color: rgb(7,20,137); }
H1.HeaderClassName
{
color: #071489;
}
.AnyTagClassName
{
color: #071489;
}
</style>
background-color css
<style>
a { background-color: #071489; }
a { background-color: rgb(7,20,137); }
div.DivClassName
{
background-color: #071489;
}
.BgClassName
{
background-color: #071489;
}
</style>
border-color css
<style>
span { border-color: #071489; }
span { border-color: rgb(7,20,137); }
td.TdClassName
{
border-color: #071489;
}
.TagClassName
{
border-color: #071489;
}
</style>