Shades of Navy Blue #077CCC
Tints of Navy Blue #077CCC
RGB
CMYK
RGB Variations
Color information
#077CCC (or 0x077CCC) is known color: Navy Blue. HEX triplet: 07, 7C and CC. RGB value is (7,124,204). Sum of RGB (Red+Green+Blue) = 7+124+204=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #077CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CCC is #F88333. Grayscale: #616161. Windows color (decimal): -16286516 or 13401095. OLE color: 13401095.
HSL color Cylindrical-coordinate representation of color #077CCC: hue angle of 204.37º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077CCC is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 124 | 204 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.2 |
| HSL | 204.37º | 0.93% | 0.41% | - |
| HSV(B) | 204.37º | 0.97% | 0.8% | - |
| XYZ | 18.19 | 18.82 | 59.8 | - |
| YUV | 98.14 | 187.74 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 204 | 0.97 | 0.39 | 0 | 0.2 | 204.37 | 0.93 | 0.41 |
| Hex | 7 | 7C | CC | 61 | 27 | 0 | 14 | CC | 5D | 29 |
| Octal | 7 | 174 | 314 | 141 | 47 | 0 | 24 | 314 | 135 | 51 |
| Binary | 111 | 1111100 | 11001100 | 1100001 | 100111 | 0 | 10100 | 11001100 | 1011101 | 101001 |
Color Harmonies of #077CCC
Complementary color
Monochromatic Colors of #077CCC
Black with #077CCC
Text Example
Text Example
White with #077CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077CCC; }
p { color: rgb(7,124,204); }
H1.HeaderClassName
{
color: #077CCC;
}
.AnyTagClassName
{
color: #077CCC;
}
</style>
background-color css
<style>
a { background-color: #077CCC; }
a { background-color: rgb(7,124,204); }
div.DivClassName
{
background-color: #077CCC;
}
.BgClassName
{
background-color: #077CCC;
}
</style>
border-color css
<style>
span { border-color: #077CCC; }
span { border-color: rgb(7,124,204); }
td.TdClassName
{
border-color: #077CCC;
}
.TagClassName
{
border-color: #077CCC;
}
</style>