Shades of Navy Blue #076BC5
Tints of Navy Blue #076BC5
RGB
CMYK
RGB Variations
Color information
#076BC5 (or 0x076BC5) is known color: Navy Blue. HEX triplet: 07, 6B and C5. RGB value is (7,107,197). Sum of RGB (Red+Green+Blue) = 7+107+197=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 197 (77.34% from 255 or 63.34% from 311); Max value from RGB is 197 - color contains mainly: blue. Hex color #076BC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076BC5 is #F8943A. Grayscale: #565656. Windows color (decimal): -16290875 or 12937991. OLE color: 12937991.
HSL color Cylindrical-coordinate representation of color #076BC5: hue angle of 208.42º 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 #076BC5 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 107 | 197 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.23 |
| HSL | 208.42º | 0.93% | 0.4% | - |
| HSV(B) | 208.42º | 0.96% | 0.77% | - |
| XYZ | 15.42 | 14.59 | 54.83 | - |
| YUV | 87.36 | 189.87 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 197 | 0.96 | 0.46 | 0 | 0.23 | 208.42 | 0.93 | 0.4 |
| Hex | 7 | 6B | C5 | 60 | 2E | 0 | 17 | D0 | 5D | 28 |
| Octal | 7 | 153 | 305 | 140 | 56 | 0 | 27 | 320 | 135 | 50 |
| Binary | 111 | 1101011 | 11000101 | 1100000 | 101110 | 0 | 10111 | 11010000 | 1011101 | 101000 |
Color Harmonies of #076BC5
Complementary color
Monochromatic Colors of #076BC5
Black with #076BC5
Text Example
Text Example
White with #076BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076BC5; }
p { color: rgb(7,107,197); }
H1.HeaderClassName
{
color: #076BC5;
}
.AnyTagClassName
{
color: #076BC5;
}
</style>
background-color css
<style>
a { background-color: #076BC5; }
a { background-color: rgb(7,107,197); }
div.DivClassName
{
background-color: #076BC5;
}
.BgClassName
{
background-color: #076BC5;
}
</style>
border-color css
<style>
span { border-color: #076BC5; }
span { border-color: rgb(7,107,197); }
td.TdClassName
{
border-color: #076BC5;
}
.TagClassName
{
border-color: #076BC5;
}
</style>