Shades of Navy Blue #076EF1
Tints of Navy Blue #076EF1
RGB
CMYK
RGB Variations
Color information
#076EF1 (or 0x076EF1) is known color: Navy Blue. HEX triplet: 07, 6E and F1. RGB value is (7,110,241). Sum of RGB (Red+Green+Blue) = 7+110+241=358 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 241 (94.53% from 255 or 67.32% from 358); Max value from RGB is 241 - color contains mainly: blue. Hex color #076EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076EF1 is #F8910E. Grayscale: #5D5D5D. Windows color (decimal): -16290063 or 15822343. OLE color: 15822343.
HSL color Cylindrical-coordinate representation of color #076EF1: hue angle of 213.59º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076EF1 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 110 | 241 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.05 |
| HSL | 213.59º | 0.94% | 0.49% | - |
| HSV(B) | 213.59º | 0.97% | 0.95% | - |
| XYZ | 21.54 | 17.55 | 85.47 | - |
| YUV | 94.14 | 210.88 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 241 | 0.97 | 0.54 | 0 | 0.05 | 213.59 | 0.94 | 0.49 |
| Hex | 7 | 6E | F1 | 61 | 36 | 0 | 5 | D6 | 5E | 31 |
| Octal | 7 | 156 | 361 | 141 | 66 | 0 | 5 | 326 | 136 | 61 |
| Binary | 111 | 1101110 | 11110001 | 1100001 | 110110 | 0 | 101 | 11010110 | 1011110 | 110001 |
Color Harmonies of #076EF1
Complementary color
Monochromatic Colors of #076EF1
Black with #076EF1
Text Example
Text Example
White with #076EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076EF1; }
p { color: rgb(7,110,241); }
H1.HeaderClassName
{
color: #076EF1;
}
.AnyTagClassName
{
color: #076EF1;
}
</style>
background-color css
<style>
a { background-color: #076EF1; }
a { background-color: rgb(7,110,241); }
div.DivClassName
{
background-color: #076EF1;
}
.BgClassName
{
background-color: #076EF1;
}
</style>
border-color css
<style>
span { border-color: #076EF1; }
span { border-color: rgb(7,110,241); }
td.TdClassName
{
border-color: #076EF1;
}
.TagClassName
{
border-color: #076EF1;
}
</style>