Shades of Navy #070D77
Tints of Navy #070D77
RGB
CMYK
RGB Variations
Color information
#070D77 (or 0x070D77) is known color: Navy. HEX triplet: 07, 0D and 77. RGB value is (7,13,119). Sum of RGB (Red+Green+Blue) = 7+13+119=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 119 (46.88% from 255 or 85.61% from 139); Max value from RGB is 119 - color contains mainly: blue. Hex color #070D77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070D77 is #F8F288. Grayscale: #161616. Windows color (decimal): -16315017 or 7802119. OLE color: 7802119.
HSL color Cylindrical-coordinate representation of color #070D77: hue angle of 236.79º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070D77 is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 13 | 119 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.53 |
| HSL | 236.79º | 0.89% | 0.25% | - |
| HSV(B) | 236.79º | 0.94% | 0.47% | - |
| XYZ | 3.56 | 1.66 | 17.59 | - |
| YUV | 23.29 | 182.01 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 119 | 0.94 | 0.89 | 0 | 0.53 | 236.79 | 0.89 | 0.25 |
| Hex | 7 | D | 77 | 5E | 59 | 0 | 35 | ED | 59 | 19 |
| Octal | 7 | 15 | 167 | 136 | 131 | 0 | 65 | 355 | 131 | 31 |
| Binary | 111 | 1101 | 1110111 | 1011110 | 1011001 | 0 | 110101 | 11101101 | 1011001 | 11001 |
Color Harmonies of #070D77
Complementary color
Monochromatic Colors of #070D77
Black with #070D77
Text Example
Text Example
White with #070D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D77; }
p { color: rgb(7,13,119); }
H1.HeaderClassName
{
color: #070D77;
}
.AnyTagClassName
{
color: #070D77;
}
</style>
background-color css
<style>
a { background-color: #070D77; }
a { background-color: rgb(7,13,119); }
div.DivClassName
{
background-color: #070D77;
}
.BgClassName
{
background-color: #070D77;
}
</style>
border-color css
<style>
span { border-color: #070D77; }
span { border-color: rgb(7,13,119); }
td.TdClassName
{
border-color: #070D77;
}
.TagClassName
{
border-color: #070D77;
}
</style>