Shades of Navy Blue #076EC2
Tints of Navy Blue #076EC2
RGB
CMYK
RGB Variations
Color information
#076EC2 (or 0x076EC2) is known color: Navy Blue. HEX triplet: 07, 6E and C2. RGB value is (7,110,194). Sum of RGB (Red+Green+Blue) = 7+110+194=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 194 (76.17% from 255 or 62.38% from 311); Max value from RGB is 194 - color contains mainly: blue. Hex color #076EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076EC2 is #F8913D. Grayscale: #585858. Windows color (decimal): -16290110 or 12742151. OLE color: 12742151.
HSL color Cylindrical-coordinate representation of color #076EC2: hue angle of 206.95º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076EC2 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 110 | 194 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.24 |
| HSL | 206.95º | 0.93% | 0.39% | - |
| HSV(B) | 206.95º | 0.96% | 0.76% | - |
| XYZ | 15.4 | 15.09 | 53.14 | - |
| YUV | 88.78 | 187.38 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 194 | 0.96 | 0.43 | 0 | 0.24 | 206.95 | 0.93 | 0.39 |
| Hex | 7 | 6E | C2 | 60 | 2B | 0 | 18 | CF | 5D | 27 |
| Octal | 7 | 156 | 302 | 140 | 53 | 0 | 30 | 317 | 135 | 47 |
| Binary | 111 | 1101110 | 11000010 | 1100000 | 101011 | 0 | 11000 | 11001111 | 1011101 | 100111 |
Color Harmonies of #076EC2
Complementary color
Monochromatic Colors of #076EC2
Black with #076EC2
Text Example
Text Example
White with #076EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076EC2; }
p { color: rgb(7,110,194); }
H1.HeaderClassName
{
color: #076EC2;
}
.AnyTagClassName
{
color: #076EC2;
}
</style>
background-color css
<style>
a { background-color: #076EC2; }
a { background-color: rgb(7,110,194); }
div.DivClassName
{
background-color: #076EC2;
}
.BgClassName
{
background-color: #076EC2;
}
</style>
border-color css
<style>
span { border-color: #076EC2; }
span { border-color: rgb(7,110,194); }
td.TdClassName
{
border-color: #076EC2;
}
.TagClassName
{
border-color: #076EC2;
}
</style>