Shades of Navy Blue #077BDB
Tints of Navy Blue #077BDB
RGB
CMYK
RGB Variations
Color information
#077BDB (or 0x077BDB) is known color: Navy Blue. HEX triplet: 07, 7B and DB. RGB value is (7,123,219). Sum of RGB (Red+Green+Blue) = 7+123+219=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #077BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077BDB is #F88424. Grayscale: #626262. Windows color (decimal): -16286757 or 14383879. OLE color: 14383879.
HSL color Cylindrical-coordinate representation of color #077BDB: hue angle of 207.17º 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 #077BDB is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 123 | 219 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.14 |
| HSL | 207.17º | 0.94% | 0.44% | - |
| HSV(B) | 207.17º | 0.97% | 0.86% | - |
| XYZ | 19.96 | 19.33 | 69.7 | - |
| YUV | 99.26 | 195.57 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 219 | 0.97 | 0.44 | 0 | 0.14 | 207.17 | 0.94 | 0.44 |
| Hex | 7 | 7B | DB | 61 | 2C | 0 | E | CF | 5E | 2C |
| Octal | 7 | 173 | 333 | 141 | 54 | 0 | 16 | 317 | 136 | 54 |
| Binary | 111 | 1111011 | 11011011 | 1100001 | 101100 | 0 | 1110 | 11001111 | 1011110 | 101100 |
Color Harmonies of #077BDB
Complementary color
Monochromatic Colors of #077BDB
Black with #077BDB
Text Example
Text Example
White with #077BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077BDB; }
p { color: rgb(7,123,219); }
H1.HeaderClassName
{
color: #077BDB;
}
.AnyTagClassName
{
color: #077BDB;
}
</style>
background-color css
<style>
a { background-color: #077BDB; }
a { background-color: rgb(7,123,219); }
div.DivClassName
{
background-color: #077BDB;
}
.BgClassName
{
background-color: #077BDB;
}
</style>
border-color css
<style>
span { border-color: #077BDB; }
span { border-color: rgb(7,123,219); }
td.TdClassName
{
border-color: #077BDB;
}
.TagClassName
{
border-color: #077BDB;
}
</style>