Shades of Navy Blue #076BE6
Tints of Navy Blue #076BE6
RGB
CMYK
RGB Variations
Color information
#076BE6 (or 0x076BE6) is known color: Navy Blue. HEX triplet: 07, 6B and E6. RGB value is (7,107,230). Sum of RGB (Red+Green+Blue) = 7+107+230=344 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 230 (90.23% from 255 or 66.86% from 344); Max value from RGB is 230 - color contains mainly: blue. Hex color #076BE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076BE6 is #F89419. Grayscale: #5A5A5A. Windows color (decimal): -16290842 or 15100679. OLE color: 15100679.
HSL color Cylindrical-coordinate representation of color #076BE6: hue angle of 213.09º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076BE6 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 107 | 230 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.10 |
| HSL | 213.09º | 0.94% | 0.46% | - |
| HSV(B) | 213.09º | 0.97% | 0.9% | - |
| XYZ | 19.63 | 16.27 | 76.97 | - |
| YUV | 91.12 | 206.37 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 230 | 0.97 | 0.53 | 0 | 0.10 | 213.09 | 0.94 | 0.46 |
| Hex | 7 | 6B | E6 | 61 | 35 | 0 | A | D5 | 5E | 2E |
| Octal | 7 | 153 | 346 | 141 | 65 | 0 | 12 | 325 | 136 | 56 |
| Binary | 111 | 1101011 | 11100110 | 1100001 | 110101 | 0 | 1010 | 11010101 | 1011110 | 101110 |
Color Harmonies of #076BE6
Complementary color
Monochromatic Colors of #076BE6
Black with #076BE6
Text Example
Text Example
White with #076BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076BE6; }
p { color: rgb(7,107,230); }
H1.HeaderClassName
{
color: #076BE6;
}
.AnyTagClassName
{
color: #076BE6;
}
</style>
background-color css
<style>
a { background-color: #076BE6; }
a { background-color: rgb(7,107,230); }
div.DivClassName
{
background-color: #076BE6;
}
.BgClassName
{
background-color: #076BE6;
}
</style>
border-color css
<style>
span { border-color: #076BE6; }
span { border-color: rgb(7,107,230); }
td.TdClassName
{
border-color: #076BE6;
}
.TagClassName
{
border-color: #076BE6;
}
</style>