Shades of Navy #071380
Tints of Navy #071380
RGB
CMYK
RGB Variations
Color information
#071380 (or 0x071380) is known color: Navy. HEX triplet: 07, 13 and 80. RGB value is (7,19,128). Sum of RGB (Red+Green+Blue) = 7+19+128=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 128 (50.39% from 255 or 83.12% from 154); Max value from RGB is 128 - color contains mainly: blue. Hex color #071380 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071380 is #F8EC7F. Grayscale: #1B1B1B. Windows color (decimal): -16313472 or 8393479. OLE color: 8393479.
HSL color Cylindrical-coordinate representation of color #071380: hue angle of 234.05º 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 #071380 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 19 | 128 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.50 |
| HSL | 234.05º | 0.9% | 0.26% | - |
| HSV(B) | 234.05º | 0.95% | 0.5% | - |
| XYZ | 4.22 | 2.07 | 20.6 | - |
| YUV | 27.84 | 184.52 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 128 | 0.95 | 0.85 | 0 | 0.50 | 234.05 | 0.9 | 0.26 |
| Hex | 7 | 13 | 80 | 5F | 55 | 0 | 32 | EA | 5A | 1A |
| Octal | 7 | 23 | 200 | 137 | 125 | 0 | 62 | 352 | 132 | 32 |
| Binary | 111 | 10011 | 10000000 | 1011111 | 1010101 | 0 | 110010 | 11101010 | 1011010 | 11010 |
Color Harmonies of #071380
Complementary color
Monochromatic Colors of #071380
Black with #071380
Text Example
Text Example
White with #071380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071380; }
p { color: rgb(7,19,128); }
H1.HeaderClassName
{
color: #071380;
}
.AnyTagClassName
{
color: #071380;
}
</style>
background-color css
<style>
a { background-color: #071380; }
a { background-color: rgb(7,19,128); }
div.DivClassName
{
background-color: #071380;
}
.BgClassName
{
background-color: #071380;
}
</style>
border-color css
<style>
span { border-color: #071380; }
span { border-color: rgb(7,19,128); }
td.TdClassName
{
border-color: #071380;
}
.TagClassName
{
border-color: #071380;
}
</style>