Shades of Navy Blue #076EDF
Tints of Navy Blue #076EDF
RGB
CMYK
RGB Variations
Color information
#076EDF (or 0x076EDF) is known color: Navy Blue. HEX triplet: 07, 6E and DF. RGB value is (7,110,223). Sum of RGB (Red+Green+Blue) = 7+110+223=340 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #076EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076EDF is #F89120. Grayscale: #5B5B5B. Windows color (decimal): -16290081 or 14642695. OLE color: 14642695.
HSL color Cylindrical-coordinate representation of color #076EDF: hue angle of 211.39º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076EDF is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 110 | 223 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.13 |
| HSL | 211.39º | 0.94% | 0.45% | - |
| HSV(B) | 211.39º | 0.97% | 0.87% | - |
| XYZ | 18.98 | 16.52 | 72 | - |
| YUV | 92.09 | 201.88 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 223 | 0.97 | 0.51 | 0 | 0.13 | 211.39 | 0.94 | 0.45 |
| Hex | 7 | 6E | DF | 61 | 33 | 0 | D | D3 | 5E | 2D |
| Octal | 7 | 156 | 337 | 141 | 63 | 0 | 15 | 323 | 136 | 55 |
| Binary | 111 | 1101110 | 11011111 | 1100001 | 110011 | 0 | 1101 | 11010011 | 1011110 | 101101 |
Color Harmonies of #076EDF
Complementary color
Monochromatic Colors of #076EDF
Black with #076EDF
Text Example
Text Example
White with #076EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076EDF; }
p { color: rgb(7,110,223); }
H1.HeaderClassName
{
color: #076EDF;
}
.AnyTagClassName
{
color: #076EDF;
}
</style>
background-color css
<style>
a { background-color: #076EDF; }
a { background-color: rgb(7,110,223); }
div.DivClassName
{
background-color: #076EDF;
}
.BgClassName
{
background-color: #076EDF;
}
</style>
border-color css
<style>
span { border-color: #076EDF; }
span { border-color: rgb(7,110,223); }
td.TdClassName
{
border-color: #076EDF;
}
.TagClassName
{
border-color: #076EDF;
}
</style>