Shades of Navy #071280
Tints of Navy #071280
RGB
CMYK
RGB Variations
Color information
#071280 (or 0x071280) is known color: Navy. HEX triplet: 07, 12 and 80. RGB value is (7,18,128). Sum of RGB (Red+Green+Blue) = 7+18+128=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 128 (50.39% from 255 or 83.66% from 153); Max value from RGB is 128 - color contains mainly: blue. Hex color #071280 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071280 is #F8ED7F. Grayscale: #1A1A1A. Windows color (decimal): -16313728 or 8393223. OLE color: 8393223.
HSL color Cylindrical-coordinate representation of color #071280: hue angle of 234.55º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071280 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 18 | 128 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.50 |
| HSL | 234.55º | 0.9% | 0.26% | - |
| HSV(B) | 234.55º | 0.95% | 0.5% | - |
| XYZ | 4.2 | 2.04 | 20.59 | - |
| YUV | 27.25 | 184.86 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 128 | 0.95 | 0.86 | 0 | 0.50 | 234.55 | 0.9 | 0.26 |
| Hex | 7 | 12 | 80 | 5F | 56 | 0 | 32 | EB | 5A | 1A |
| Octal | 7 | 22 | 200 | 137 | 126 | 0 | 62 | 353 | 132 | 32 |
| Binary | 111 | 10010 | 10000000 | 1011111 | 1010110 | 0 | 110010 | 11101011 | 1011010 | 11010 |
Color Harmonies of #071280
Complementary color
Monochromatic Colors of #071280
Black with #071280
Text Example
Text Example
White with #071280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071280; }
p { color: rgb(7,18,128); }
H1.HeaderClassName
{
color: #071280;
}
.AnyTagClassName
{
color: #071280;
}
</style>
background-color css
<style>
a { background-color: #071280; }
a { background-color: rgb(7,18,128); }
div.DivClassName
{
background-color: #071280;
}
.BgClassName
{
background-color: #071280;
}
</style>
border-color css
<style>
span { border-color: #071280; }
span { border-color: rgb(7,18,128); }
td.TdClassName
{
border-color: #071280;
}
.TagClassName
{
border-color: #071280;
}
</style>