Shades of Navy Blue #077FDC
Tints of Navy Blue #077FDC
RGB
CMYK
RGB Variations
Color information
#077FDC (or 0x077FDC) is known color: Navy Blue. HEX triplet: 07, 7F and DC. RGB value is (7,127,220). Sum of RGB (Red+Green+Blue) = 7+127+220=354 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #077FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077FDC is #F88023. Grayscale: #656565. Windows color (decimal): -16285732 or 14450439. OLE color: 14450439.
HSL color Cylindrical-coordinate representation of color #077FDC: hue angle of 206.2º 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 #077FDC is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 127 | 220 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.14 |
| HSL | 206.2º | 0.94% | 0.45% | - |
| HSV(B) | 206.2º | 0.97% | 0.86% | - |
| XYZ | 20.6 | 20.39 | 70.56 | - |
| YUV | 101.72 | 194.74 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 220 | 0.97 | 0.42 | 0 | 0.14 | 206.2 | 0.94 | 0.45 |
| Hex | 7 | 7F | DC | 61 | 2A | 0 | E | CE | 5E | 2D |
| Octal | 7 | 177 | 334 | 141 | 52 | 0 | 16 | 316 | 136 | 55 |
| Binary | 111 | 1111111 | 11011100 | 1100001 | 101010 | 0 | 1110 | 11001110 | 1011110 | 101101 |
Color Harmonies of #077FDC
Complementary color
Monochromatic Colors of #077FDC
Black with #077FDC
Text Example
Text Example
White with #077FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077FDC; }
p { color: rgb(7,127,220); }
H1.HeaderClassName
{
color: #077FDC;
}
.AnyTagClassName
{
color: #077FDC;
}
</style>
background-color css
<style>
a { background-color: #077FDC; }
a { background-color: rgb(7,127,220); }
div.DivClassName
{
background-color: #077FDC;
}
.BgClassName
{
background-color: #077FDC;
}
</style>
border-color css
<style>
span { border-color: #077FDC; }
span { border-color: rgb(7,127,220); }
td.TdClassName
{
border-color: #077FDC;
}
.TagClassName
{
border-color: #077FDC;
}
</style>