Shades of Navy Blue #076CBC
Tints of Navy Blue #076CBC
RGB
CMYK
RGB Variations
Color information
#076CBC (or 0x076CBC) is known color: Navy Blue. HEX triplet: 07, 6C and BC. RGB value is (7,108,188). Sum of RGB (Red+Green+Blue) = 7+108+188=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #076CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076CBC is #F89343. Grayscale: #565656. Windows color (decimal): -16290628 or 12348423. OLE color: 12348423.
HSL color Cylindrical-coordinate representation of color #076CBC: hue angle of 206.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 #076CBC is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 108 | 188 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.26 |
| HSL | 206.52º | 0.93% | 0.38% | - |
| HSV(B) | 206.52º | 0.96% | 0.74% | - |
| XYZ | 14.53 | 14.4 | 49.59 | - |
| YUV | 86.92 | 185.04 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 188 | 0.96 | 0.43 | 0 | 0.26 | 206.52 | 0.93 | 0.38 |
| Hex | 7 | 6C | BC | 60 | 2B | 0 | 1A | CF | 5D | 26 |
| Octal | 7 | 154 | 274 | 140 | 53 | 0 | 32 | 317 | 135 | 46 |
| Binary | 111 | 1101100 | 10111100 | 1100000 | 101011 | 0 | 11010 | 11001111 | 1011101 | 100110 |
Color Harmonies of #076CBC
Complementary color
Monochromatic Colors of #076CBC
Black with #076CBC
Text Example
Text Example
White with #076CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076CBC; }
p { color: rgb(7,108,188); }
H1.HeaderClassName
{
color: #076CBC;
}
.AnyTagClassName
{
color: #076CBC;
}
</style>
background-color css
<style>
a { background-color: #076CBC; }
a { background-color: rgb(7,108,188); }
div.DivClassName
{
background-color: #076CBC;
}
.BgClassName
{
background-color: #076CBC;
}
</style>
border-color css
<style>
span { border-color: #076CBC; }
span { border-color: rgb(7,108,188); }
td.TdClassName
{
border-color: #076CBC;
}
.TagClassName
{
border-color: #076CBC;
}
</style>