Shades of Navy Blue #076EBA
Tints of Navy Blue #076EBA
RGB
CMYK
RGB Variations
Color information
#076EBA (or 0x076EBA) is known color: Navy Blue. HEX triplet: 07, 6E and BA. RGB value is (7,110,186). Sum of RGB (Red+Green+Blue) = 7+110+186=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #076EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076EBA is #F89145. Grayscale: #575757. Windows color (decimal): -16290118 or 12217863. OLE color: 12217863.
HSL color Cylindrical-coordinate representation of color #076EBA: hue angle of 205.47º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076EBA is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 110 | 186 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.27 |
| HSL | 205.47º | 0.93% | 0.38% | - |
| HSV(B) | 205.47º | 0.96% | 0.73% | - |
| XYZ | 14.53 | 14.74 | 48.53 | - |
| YUV | 87.87 | 183.38 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 186 | 0.96 | 0.41 | 0 | 0.27 | 205.47 | 0.93 | 0.38 |
| Hex | 7 | 6E | BA | 60 | 29 | 0 | 1B | CD | 5D | 26 |
| Octal | 7 | 156 | 272 | 140 | 51 | 0 | 33 | 315 | 135 | 46 |
| Binary | 111 | 1101110 | 10111010 | 1100000 | 101001 | 0 | 11011 | 11001101 | 1011101 | 100110 |
Color Harmonies of #076EBA
Complementary color
Monochromatic Colors of #076EBA
Black with #076EBA
Text Example
Text Example
White with #076EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076EBA; }
p { color: rgb(7,110,186); }
H1.HeaderClassName
{
color: #076EBA;
}
.AnyTagClassName
{
color: #076EBA;
}
</style>
background-color css
<style>
a { background-color: #076EBA; }
a { background-color: rgb(7,110,186); }
div.DivClassName
{
background-color: #076EBA;
}
.BgClassName
{
background-color: #076EBA;
}
</style>
border-color css
<style>
span { border-color: #076EBA; }
span { border-color: rgb(7,110,186); }
td.TdClassName
{
border-color: #076EBA;
}
.TagClassName
{
border-color: #076EBA;
}
</style>