Shades of Navy Blue #077FDB
Tints of Navy Blue #077FDB
RGB
CMYK
RGB Variations
Color information
#077FDB (or 0x077FDB) is known color: Navy Blue. HEX triplet: 07, 7F and DB. RGB value is (7,127,219). Sum of RGB (Red+Green+Blue) = 7+127+219=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #077FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077FDB is #F88024. Grayscale: #656565. Windows color (decimal): -16285733 or 14384903. OLE color: 14384903.
HSL color Cylindrical-coordinate representation of color #077FDB: hue angle of 206.04º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077FDB is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 127 | 219 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.14 |
| HSL | 206.04º | 0.94% | 0.44% | - |
| HSV(B) | 206.04º | 0.97% | 0.86% | - |
| XYZ | 20.46 | 20.34 | 69.87 | - |
| YUV | 101.61 | 194.24 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 219 | 0.97 | 0.42 | 0 | 0.14 | 206.04 | 0.94 | 0.44 |
| Hex | 7 | 7F | DB | 61 | 2A | 0 | E | CE | 5E | 2C |
| Octal | 7 | 177 | 333 | 141 | 52 | 0 | 16 | 316 | 136 | 54 |
| Binary | 111 | 1111111 | 11011011 | 1100001 | 101010 | 0 | 1110 | 11001110 | 1011110 | 101100 |
Color Harmonies of #077FDB
Complementary color
Monochromatic Colors of #077FDB
Black with #077FDB
Text Example
Text Example
White with #077FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077FDB; }
p { color: rgb(7,127,219); }
H1.HeaderClassName
{
color: #077FDB;
}
.AnyTagClassName
{
color: #077FDB;
}
</style>
background-color css
<style>
a { background-color: #077FDB; }
a { background-color: rgb(7,127,219); }
div.DivClassName
{
background-color: #077FDB;
}
.BgClassName
{
background-color: #077FDB;
}
</style>
border-color css
<style>
span { border-color: #077FDB; }
span { border-color: rgb(7,127,219); }
td.TdClassName
{
border-color: #077FDB;
}
.TagClassName
{
border-color: #077FDB;
}
</style>