Shades of Navy Blue #076DDF
Tints of Navy Blue #076DDF
RGB
CMYK
RGB Variations
Color information
#076DDF (or 0x076DDF) is known color: Navy Blue. HEX triplet: 07, 6D and DF. RGB value is (7,109,223). Sum of RGB (Red+Green+Blue) = 7+109+223=339 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #076DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076DDF is #F89220. Grayscale: #5A5A5A. Windows color (decimal): -16290337 or 14642439. OLE color: 14642439.
HSL color Cylindrical-coordinate representation of color #076DDF: hue angle of 211.67º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076DDF is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 109 | 223 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.13 |
| HSL | 211.67º | 0.94% | 0.45% | - |
| HSV(B) | 211.67º | 0.97% | 0.87% | - |
| XYZ | 18.88 | 16.31 | 71.97 | - |
| YUV | 91.5 | 202.21 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 223 | 0.97 | 0.51 | 0 | 0.13 | 211.67 | 0.94 | 0.45 |
| Hex | 7 | 6D | DF | 61 | 33 | 0 | D | D4 | 5E | 2D |
| Octal | 7 | 155 | 337 | 141 | 63 | 0 | 15 | 324 | 136 | 55 |
| Binary | 111 | 1101101 | 11011111 | 1100001 | 110011 | 0 | 1101 | 11010100 | 1011110 | 101101 |
Color Harmonies of #076DDF
Complementary color
Monochromatic Colors of #076DDF
Black with #076DDF
Text Example
Text Example
White with #076DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076DDF; }
p { color: rgb(7,109,223); }
H1.HeaderClassName
{
color: #076DDF;
}
.AnyTagClassName
{
color: #076DDF;
}
</style>
background-color css
<style>
a { background-color: #076DDF; }
a { background-color: rgb(7,109,223); }
div.DivClassName
{
background-color: #076DDF;
}
.BgClassName
{
background-color: #076DDF;
}
</style>
border-color css
<style>
span { border-color: #076DDF; }
span { border-color: rgb(7,109,223); }
td.TdClassName
{
border-color: #076DDF;
}
.TagClassName
{
border-color: #076DDF;
}
</style>