Shades of Navy Blue #076FBC
Tints of Navy Blue #076FBC
RGB
CMYK
RGB Variations
Color information
#076FBC (or 0x076FBC) is known color: Navy Blue. HEX triplet: 07, 6F and BC. RGB value is (7,111,188). Sum of RGB (Red+Green+Blue) = 7+111+188=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #076FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076FBC is #F89043. Grayscale: #585858. Windows color (decimal): -16289860 or 12349191. OLE color: 12349191.
HSL color Cylindrical-coordinate representation of color #076FBC: hue angle of 205.52º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076FBC is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 111 | 188 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.26 |
| HSL | 205.52º | 0.93% | 0.38% | - |
| HSV(B) | 205.52º | 0.96% | 0.74% | - |
| XYZ | 14.85 | 15.04 | 49.7 | - |
| YUV | 88.68 | 184.04 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 188 | 0.96 | 0.41 | 0 | 0.26 | 205.52 | 0.93 | 0.38 |
| Hex | 7 | 6F | BC | 60 | 29 | 0 | 1A | CE | 5D | 26 |
| Octal | 7 | 157 | 274 | 140 | 51 | 0 | 32 | 316 | 135 | 46 |
| Binary | 111 | 1101111 | 10111100 | 1100000 | 101001 | 0 | 11010 | 11001110 | 1011101 | 100110 |
Color Harmonies of #076FBC
Complementary color
Monochromatic Colors of #076FBC
Black with #076FBC
Text Example
Text Example
White with #076FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076FBC; }
p { color: rgb(7,111,188); }
H1.HeaderClassName
{
color: #076FBC;
}
.AnyTagClassName
{
color: #076FBC;
}
</style>
background-color css
<style>
a { background-color: #076FBC; }
a { background-color: rgb(7,111,188); }
div.DivClassName
{
background-color: #076FBC;
}
.BgClassName
{
background-color: #076FBC;
}
</style>
border-color css
<style>
span { border-color: #076FBC; }
span { border-color: rgb(7,111,188); }
td.TdClassName
{
border-color: #076FBC;
}
.TagClassName
{
border-color: #076FBC;
}
</style>