Shades of Navy Blue #0076BD
Tints of Navy Blue #0076BD
RGB
CMYK
RGB Variations
Color information
#0076BD (or 0x0076BD) is known color: Navy Blue. HEX triplet: 00, 76 and BD. RGB value is (0,118,189). Sum of RGB (Red+Green+Blue) = 0+118+189=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #0076BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0076BD is #FF8942. Grayscale: #5A5A5A. Windows color (decimal): -16746819 or 12416512. OLE color: 12416512.
HSL color Cylindrical-coordinate representation of color #0076BD: hue angle of 202.54º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0076BD is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 118 | 189 | - |
| CMYK | 1 | 0.38 | 0 | 0.26 |
| HSL | 202.54º | 1% | 0.37% | - |
| HSV(B) | 202.54º | 1% | 0.74% | - |
| XYZ | 15.66 | 16.63 | 50.53 | - |
| YUV | 90.81 | 183.41 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 189 | 1 | 0.38 | 0 | 0.26 | 202.54 | 1 | 0.37 |
| Hex | 0 | 76 | BD | 64 | 26 | 0 | 1A | CB | 64 | 25 |
| Octal | 0 | 166 | 275 | 144 | 46 | 0 | 32 | 313 | 144 | 45 |
| Binary | 0 | 1110110 | 10111101 | 1100100 | 100110 | 0 | 11010 | 11001011 | 1100100 | 100101 |
Color Harmonies of #0076BD
Complementary color
Monochromatic Colors of #0076BD
Black with #0076BD
Text Example
Text Example
White with #0076BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0076BD; }
p { color: rgb(0,118,189); }
H1.HeaderClassName
{
color: #0076BD;
}
.AnyTagClassName
{
color: #0076BD;
}
</style>
background-color css
<style>
a { background-color: #0076BD; }
a { background-color: rgb(0,118,189); }
div.DivClassName
{
background-color: #0076BD;
}
.BgClassName
{
background-color: #0076BD;
}
</style>
border-color css
<style>
span { border-color: #0076BD; }
span { border-color: rgb(0,118,189); }
td.TdClassName
{
border-color: #0076BD;
}
.TagClassName
{
border-color: #0076BD;
}
</style>