Shades of Navy Blue #077CDB
Tints of Navy Blue #077CDB
RGB
CMYK
RGB Variations
Color information
#077CDB (or 0x077CDB) is known color: Navy Blue. HEX triplet: 07, 7C and DB. RGB value is (7,124,219). Sum of RGB (Red+Green+Blue) = 7+124+219=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #077CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CDB is #F88324. Grayscale: #636363. Windows color (decimal): -16286501 or 14384135. OLE color: 14384135.
HSL color Cylindrical-coordinate representation of color #077CDB: hue angle of 206.89º 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 #077CDB is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 124 | 219 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.14 |
| HSL | 206.89º | 0.94% | 0.44% | - |
| HSV(B) | 206.89º | 0.97% | 0.86% | - |
| XYZ | 20.08 | 19.57 | 69.74 | - |
| YUV | 99.85 | 195.24 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 219 | 0.97 | 0.43 | 0 | 0.14 | 206.89 | 0.94 | 0.44 |
| Hex | 7 | 7C | DB | 61 | 2B | 0 | E | CF | 5E | 2C |
| Octal | 7 | 174 | 333 | 141 | 53 | 0 | 16 | 317 | 136 | 54 |
| Binary | 111 | 1111100 | 11011011 | 1100001 | 101011 | 0 | 1110 | 11001111 | 1011110 | 101100 |
Color Harmonies of #077CDB
Complementary color
Monochromatic Colors of #077CDB
Black with #077CDB
Text Example
Text Example
White with #077CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077CDB; }
p { color: rgb(7,124,219); }
H1.HeaderClassName
{
color: #077CDB;
}
.AnyTagClassName
{
color: #077CDB;
}
</style>
background-color css
<style>
a { background-color: #077CDB; }
a { background-color: rgb(7,124,219); }
div.DivClassName
{
background-color: #077CDB;
}
.BgClassName
{
background-color: #077CDB;
}
</style>
border-color css
<style>
span { border-color: #077CDB; }
span { border-color: rgb(7,124,219); }
td.TdClassName
{
border-color: #077CDB;
}
.TagClassName
{
border-color: #077CDB;
}
</style>