Shades of Ultramarine #071495
Tints of Ultramarine #071495
RGB
CMYK
RGB Variations
Color information
#071495 (or 0x071495) is known color: Ultramarine. HEX triplet: 07, 14 and 95. RGB value is (7,20,149). Sum of RGB (Red+Green+Blue) = 7+20+149=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 149 (58.59% from 255 or 84.66% from 176); Max value from RGB is 149 - color contains mainly: blue. Hex color #071495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071495 is #F8EB6A. Grayscale: #1E1E1E. Windows color (decimal): -16313195 or 9769991. OLE color: 9769991.
HSL color Cylindrical-coordinate representation of color #071495: hue angle of 234.51º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071495 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 20 | 149 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.42 |
| HSL | 234.51º | 0.91% | 0.31% | - |
| HSV(B) | 234.51º | 0.95% | 0.58% | - |
| XYZ | 5.76 | 2.72 | 28.65 | - |
| YUV | 30.82 | 194.69 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 149 | 0.95 | 0.87 | 0 | 0.42 | 234.51 | 0.91 | 0.31 |
| Hex | 7 | 14 | 95 | 5F | 57 | 0 | 2A | EB | 5B | 1F |
| Octal | 7 | 24 | 225 | 137 | 127 | 0 | 52 | 353 | 133 | 37 |
| Binary | 111 | 10100 | 10010101 | 1011111 | 1010111 | 0 | 101010 | 11101011 | 1011011 | 11111 |
Color Harmonies of #071495
Complementary color
Monochromatic Colors of #071495
Black with #071495
Text Example
Text Example
White with #071495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071495; }
p { color: rgb(7,20,149); }
H1.HeaderClassName
{
color: #071495;
}
.AnyTagClassName
{
color: #071495;
}
</style>
background-color css
<style>
a { background-color: #071495; }
a { background-color: rgb(7,20,149); }
div.DivClassName
{
background-color: #071495;
}
.BgClassName
{
background-color: #071495;
}
</style>
border-color css
<style>
span { border-color: #071495; }
span { border-color: rgb(7,20,149); }
td.TdClassName
{
border-color: #071495;
}
.TagClassName
{
border-color: #071495;
}
</style>