Shades of Navy Blue #077CDA
Tints of Navy Blue #077CDA
RGB
CMYK
RGB Variations
Color information
#077CDA (or 0x077CDA) is known color: Navy Blue. HEX triplet: 07, 7C and DA. RGB value is (7,124,218). Sum of RGB (Red+Green+Blue) = 7+124+218=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #077CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CDA is #F88325. Grayscale: #636363. Windows color (decimal): -16286502 or 14318599. OLE color: 14318599.
HSL color Cylindrical-coordinate representation of color #077CDA: hue angle of 206.73º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077CDA is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 124 | 218 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.15 |
| HSL | 206.73º | 0.94% | 0.44% | - |
| HSV(B) | 206.73º | 0.97% | 0.85% | - |
| XYZ | 19.95 | 19.52 | 69.05 | - |
| YUV | 99.73 | 194.74 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 218 | 0.97 | 0.43 | 0 | 0.15 | 206.73 | 0.94 | 0.44 |
| Hex | 7 | 7C | DA | 61 | 2B | 0 | F | CF | 5E | 2C |
| Octal | 7 | 174 | 332 | 141 | 53 | 0 | 17 | 317 | 136 | 54 |
| Binary | 111 | 1111100 | 11011010 | 1100001 | 101011 | 0 | 1111 | 11001111 | 1011110 | 101100 |
Color Harmonies of #077CDA
Complementary color
Monochromatic Colors of #077CDA
Black with #077CDA
Text Example
Text Example
White with #077CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077CDA; }
p { color: rgb(7,124,218); }
H1.HeaderClassName
{
color: #077CDA;
}
.AnyTagClassName
{
color: #077CDA;
}
</style>
background-color css
<style>
a { background-color: #077CDA; }
a { background-color: rgb(7,124,218); }
div.DivClassName
{
background-color: #077CDA;
}
.BgClassName
{
background-color: #077CDA;
}
</style>
border-color css
<style>
span { border-color: #077CDA; }
span { border-color: rgb(7,124,218); }
td.TdClassName
{
border-color: #077CDA;
}
.TagClassName
{
border-color: #077CDA;
}
</style>