Shades of Navy Blue #076CC5
Tints of Navy Blue #076CC5
RGB
CMYK
RGB Variations
Color information
#076CC5 (or 0x076CC5) is known color: Navy Blue. HEX triplet: 07, 6C and C5. RGB value is (7,108,197). Sum of RGB (Red+Green+Blue) = 7+108+197=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 197 (77.34% from 255 or 63.14% from 312); Max value from RGB is 197 - color contains mainly: blue. Hex color #076CC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076CC5 is #F8933A. Grayscale: #575757. Windows color (decimal): -16290619 or 12938247. OLE color: 12938247.
HSL color Cylindrical-coordinate representation of color #076CC5: hue angle of 208.11º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076CC5 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 108 | 197 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.23 |
| HSL | 208.11º | 0.93% | 0.4% | - |
| HSV(B) | 208.11º | 0.96% | 0.77% | - |
| XYZ | 15.53 | 14.8 | 54.86 | - |
| YUV | 87.95 | 189.54 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 197 | 0.96 | 0.45 | 0 | 0.23 | 208.11 | 0.93 | 0.4 |
| Hex | 7 | 6C | C5 | 60 | 2D | 0 | 17 | D0 | 5D | 28 |
| Octal | 7 | 154 | 305 | 140 | 55 | 0 | 27 | 320 | 135 | 50 |
| Binary | 111 | 1101100 | 11000101 | 1100000 | 101101 | 0 | 10111 | 11010000 | 1011101 | 101000 |
Color Harmonies of #076CC5
Complementary color
Monochromatic Colors of #076CC5
Black with #076CC5
Text Example
Text Example
White with #076CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076CC5; }
p { color: rgb(7,108,197); }
H1.HeaderClassName
{
color: #076CC5;
}
.AnyTagClassName
{
color: #076CC5;
}
</style>
background-color css
<style>
a { background-color: #076CC5; }
a { background-color: rgb(7,108,197); }
div.DivClassName
{
background-color: #076CC5;
}
.BgClassName
{
background-color: #076CC5;
}
</style>
border-color css
<style>
span { border-color: #076CC5; }
span { border-color: rgb(7,108,197); }
td.TdClassName
{
border-color: #076CC5;
}
.TagClassName
{
border-color: #076CC5;
}
</style>