Shades of Navy Blue #077BDC
Tints of Navy Blue #077BDC
RGB
CMYK
RGB Variations
Color information
#077BDC (or 0x077BDC) is known color: Navy Blue. HEX triplet: 07, 7B and DC. RGB value is (7,123,220). Sum of RGB (Red+Green+Blue) = 7+123+220=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #077BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077BDC is #F88423. Grayscale: #626262. Windows color (decimal): -16286756 or 14449415. OLE color: 14449415.
HSL color Cylindrical-coordinate representation of color #077BDC: hue angle of 207.32º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077BDC is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 123 | 220 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.14 |
| HSL | 207.32º | 0.94% | 0.45% | - |
| HSV(B) | 207.32º | 0.97% | 0.86% | - |
| XYZ | 20.09 | 19.38 | 70.39 | - |
| YUV | 99.37 | 196.07 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 220 | 0.97 | 0.44 | 0 | 0.14 | 207.32 | 0.94 | 0.45 |
| Hex | 7 | 7B | DC | 61 | 2C | 0 | E | CF | 5E | 2D |
| Octal | 7 | 173 | 334 | 141 | 54 | 0 | 16 | 317 | 136 | 55 |
| Binary | 111 | 1111011 | 11011100 | 1100001 | 101100 | 0 | 1110 | 11001111 | 1011110 | 101101 |
Color Harmonies of #077BDC
Complementary color
Monochromatic Colors of #077BDC
Black with #077BDC
Text Example
Text Example
White with #077BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077BDC; }
p { color: rgb(7,123,220); }
H1.HeaderClassName
{
color: #077BDC;
}
.AnyTagClassName
{
color: #077BDC;
}
</style>
background-color css
<style>
a { background-color: #077BDC; }
a { background-color: rgb(7,123,220); }
div.DivClassName
{
background-color: #077BDC;
}
.BgClassName
{
background-color: #077BDC;
}
</style>
border-color css
<style>
span { border-color: #077BDC; }
span { border-color: rgb(7,123,220); }
td.TdClassName
{
border-color: #077BDC;
}
.TagClassName
{
border-color: #077BDC;
}
</style>