Shades of Navy Blue #077DDF
Tints of Navy Blue #077DDF
RGB
CMYK
RGB Variations
Color information
#077DDF (or 0x077DDF) is known color: Navy Blue. HEX triplet: 07, 7D and DF. RGB value is (7,125,223). Sum of RGB (Red+Green+Blue) = 7+125+223=355 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #077DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077DDF is #F88220. Grayscale: #646464. Windows color (decimal): -16286241 or 14646535. OLE color: 14646535.
HSL color Cylindrical-coordinate representation of color #077DDF: hue angle of 207.22º 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 #077DDF is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 125 | 223 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.13 |
| HSL | 207.22º | 0.94% | 0.45% | - |
| HSV(B) | 207.22º | 0.97% | 0.87% | - |
| XYZ | 20.74 | 20.04 | 72.59 | - |
| YUV | 100.89 | 196.91 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 125 | 223 | 0.97 | 0.44 | 0 | 0.13 | 207.22 | 0.94 | 0.45 |
| Hex | 7 | 7D | DF | 61 | 2C | 0 | D | CF | 5E | 2D |
| Octal | 7 | 175 | 337 | 141 | 54 | 0 | 15 | 317 | 136 | 55 |
| Binary | 111 | 1111101 | 11011111 | 1100001 | 101100 | 0 | 1101 | 11001111 | 1011110 | 101101 |
Color Harmonies of #077DDF
Complementary color
Monochromatic Colors of #077DDF
Black with #077DDF
Text Example
Text Example
White with #077DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077DDF; }
p { color: rgb(7,125,223); }
H1.HeaderClassName
{
color: #077DDF;
}
.AnyTagClassName
{
color: #077DDF;
}
</style>
background-color css
<style>
a { background-color: #077DDF; }
a { background-color: rgb(7,125,223); }
div.DivClassName
{
background-color: #077DDF;
}
.BgClassName
{
background-color: #077DDF;
}
</style>
border-color css
<style>
span { border-color: #077DDF; }
span { border-color: rgb(7,125,223); }
td.TdClassName
{
border-color: #077DDF;
}
.TagClassName
{
border-color: #077DDF;
}
</style>