Shades of Navy Blue #0076DF
Tints of Navy Blue #0076DF
RGB
CMYK
RGB Variations
Color information
#0076DF (or 0x0076DF) is known color: Navy Blue. HEX triplet: 00, 76 and DF. RGB value is (0,118,223). Sum of RGB (Red+Green+Blue) = 0+118+223=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #0076DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0076DF is #FF8920. Grayscale: #5E5E5E. Windows color (decimal): -16746785 or 14644736. OLE color: 14644736.
HSL color Cylindrical-coordinate representation of color #0076DF: hue angle of 208.25º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0076DF is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 118 | 223 | - |
| CMYK | 1 | 0.47 | 0 | 0.13 |
| HSL | 208.25º | 1% | 0.44% | - |
| HSV(B) | 208.25º | 1% | 0.87% | - |
| XYZ | 19.8 | 18.28 | 72.3 | - |
| YUV | 94.69 | 200.41 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 223 | 1 | 0.47 | 0 | 0.13 | 208.25 | 1 | 0.44 |
| Hex | 0 | 76 | DF | 64 | 2F | 0 | D | D0 | 64 | 2C |
| Octal | 0 | 166 | 337 | 144 | 57 | 0 | 15 | 320 | 144 | 54 |
| Binary | 0 | 1110110 | 11011111 | 1100100 | 101111 | 0 | 1101 | 11010000 | 1100100 | 101100 |
Color Harmonies of #0076DF
Complementary color
Monochromatic Colors of #0076DF
Black with #0076DF
Text Example
Text Example
White with #0076DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0076DF; }
p { color: rgb(0,118,223); }
H1.HeaderClassName
{
color: #0076DF;
}
.AnyTagClassName
{
color: #0076DF;
}
</style>
background-color css
<style>
a { background-color: #0076DF; }
a { background-color: rgb(0,118,223); }
div.DivClassName
{
background-color: #0076DF;
}
.BgClassName
{
background-color: #0076DF;
}
</style>
border-color css
<style>
span { border-color: #0076DF; }
span { border-color: rgb(0,118,223); }
td.TdClassName
{
border-color: #0076DF;
}
.TagClassName
{
border-color: #0076DF;
}
</style>