Shades of Navy Blue #077CDF
Tints of Navy Blue #077CDF
RGB
CMYK
RGB Variations
Color information
#077CDF (or 0x077CDF) is known color: Navy Blue. HEX triplet: 07, 7C and DF. RGB value is (7,124,223). Sum of RGB (Red+Green+Blue) = 7+124+223=354 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #077CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CDF is #F88320. Grayscale: #636363. Windows color (decimal): -16286497 or 14646279. OLE color: 14646279.
HSL color Cylindrical-coordinate representation of color #077CDF: hue angle of 207.5º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077CDF is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 124 | 223 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.13 |
| HSL | 207.5º | 0.94% | 0.45% | - |
| HSV(B) | 207.5º | 0.97% | 0.87% | - |
| XYZ | 20.61 | 19.79 | 72.55 | - |
| YUV | 100.3 | 197.24 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 223 | 0.97 | 0.44 | 0 | 0.13 | 207.5 | 0.94 | 0.45 |
| Hex | 7 | 7C | DF | 61 | 2C | 0 | D | D0 | 5E | 2D |
| Octal | 7 | 174 | 337 | 141 | 54 | 0 | 15 | 320 | 136 | 55 |
| Binary | 111 | 1111100 | 11011111 | 1100001 | 101100 | 0 | 1101 | 11010000 | 1011110 | 101101 |
Color Harmonies of #077CDF
Complementary color
Monochromatic Colors of #077CDF
Black with #077CDF
Text Example
Text Example
White with #077CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077CDF; }
p { color: rgb(7,124,223); }
H1.HeaderClassName
{
color: #077CDF;
}
.AnyTagClassName
{
color: #077CDF;
}
</style>
background-color css
<style>
a { background-color: #077CDF; }
a { background-color: rgb(7,124,223); }
div.DivClassName
{
background-color: #077CDF;
}
.BgClassName
{
background-color: #077CDF;
}
</style>
border-color css
<style>
span { border-color: #077CDF; }
span { border-color: rgb(7,124,223); }
td.TdClassName
{
border-color: #077CDF;
}
.TagClassName
{
border-color: #077CDF;
}
</style>