Shades of Ultramarine #071499
Tints of Ultramarine #071499
RGB
CMYK
RGB Variations
Color information
#071499 (or 0x071499) is known color: Ultramarine. HEX triplet: 07, 14 and 99. RGB value is (7,20,153). Sum of RGB (Red+Green+Blue) = 7+20+153=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 153 (60.16% from 255 or 85% from 180); Max value from RGB is 153 - color contains mainly: blue. Hex color #071499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071499 is #F8EB66. Grayscale: #1E1E1E. Windows color (decimal): -16313191 or 10032135. OLE color: 10032135.
HSL color Cylindrical-coordinate representation of color #071499: hue angle of 234.66º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071499 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 20 | 153 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.4 |
| HSL | 234.66º | 0.91% | 0.31% | - |
| HSV(B) | 234.66º | 0.95% | 0.6% | - |
| XYZ | 6.09 | 2.85 | 30.37 | - |
| YUV | 31.28 | 196.69 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 153 | 0.95 | 0.87 | 0 | 0.4 | 234.66 | 0.91 | 0.31 |
| Hex | 7 | 14 | 99 | 5F | 57 | 0 | 28 | EB | 5B | 1F |
| Octal | 7 | 24 | 231 | 137 | 127 | 0 | 50 | 353 | 133 | 37 |
| Binary | 111 | 10100 | 10011001 | 1011111 | 1010111 | 0 | 101000 | 11101011 | 1011011 | 11111 |
Color Harmonies of #071499
Complementary color
Monochromatic Colors of #071499
Black with #071499
Text Example
Text Example
White with #071499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071499; }
p { color: rgb(7,20,153); }
H1.HeaderClassName
{
color: #071499;
}
.AnyTagClassName
{
color: #071499;
}
</style>
background-color css
<style>
a { background-color: #071499; }
a { background-color: rgb(7,20,153); }
div.DivClassName
{
background-color: #071499;
}
.BgClassName
{
background-color: #071499;
}
</style>
border-color css
<style>
span { border-color: #071499; }
span { border-color: rgb(7,20,153); }
td.TdClassName
{
border-color: #071499;
}
.TagClassName
{
border-color: #071499;
}
</style>