Shades of Navy Blue #077CCD
Tints of Navy Blue #077CCD
RGB
CMYK
RGB Variations
Color information
#077CCD (or 0x077CCD) is known color: Navy Blue. HEX triplet: 07, 7C and CD. RGB value is (7,124,205). Sum of RGB (Red+Green+Blue) = 7+124+205=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #077CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CCD is #F88332. Grayscale: #616161. Windows color (decimal): -16286515 or 13466631. OLE color: 13466631.
HSL color Cylindrical-coordinate representation of color #077CCD: hue angle of 204.55º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077CCD is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 124 | 205 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.20 |
| HSL | 204.55º | 0.93% | 0.42% | - |
| HSV(B) | 204.55º | 0.97% | 0.8% | - |
| XYZ | 18.31 | 18.87 | 60.43 | - |
| YUV | 98.25 | 188.24 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 205 | 0.97 | 0.40 | 0 | 0.20 | 204.55 | 0.93 | 0.42 |
| Hex | 7 | 7C | CD | 61 | 28 | 0 | 14 | CD | 5D | 2A |
| Octal | 7 | 174 | 315 | 141 | 50 | 0 | 24 | 315 | 135 | 52 |
| Binary | 111 | 1111100 | 11001101 | 1100001 | 101000 | 0 | 10100 | 11001101 | 1011101 | 101010 |
Color Harmonies of #077CCD
Complementary color
Monochromatic Colors of #077CCD
Black with #077CCD
Text Example
Text Example
White with #077CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077CCD; }
p { color: rgb(7,124,205); }
H1.HeaderClassName
{
color: #077CCD;
}
.AnyTagClassName
{
color: #077CCD;
}
</style>
background-color css
<style>
a { background-color: #077CCD; }
a { background-color: rgb(7,124,205); }
div.DivClassName
{
background-color: #077CCD;
}
.BgClassName
{
background-color: #077CCD;
}
</style>
border-color css
<style>
span { border-color: #077CCD; }
span { border-color: rgb(7,124,205); }
td.TdClassName
{
border-color: #077CCD;
}
.TagClassName
{
border-color: #077CCD;
}
</style>