Shades of Navy Blue #077FCF
Tints of Navy Blue #077FCF
RGB
CMYK
RGB Variations
Color information
#077FCF (or 0x077FCF) is known color: Navy Blue. HEX triplet: 07, 7F and CF. RGB value is (7,127,207). Sum of RGB (Red+Green+Blue) = 7+127+207=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #077FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077FCF is #F88030. Grayscale: #636363. Windows color (decimal): -16285745 or 13598471. OLE color: 13598471.
HSL color Cylindrical-coordinate representation of color #077FCF: hue angle of 204º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077FCF is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 127 | 207 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.19 |
| HSL | 204º | 0.93% | 0.42% | - |
| HSV(B) | 204º | 0.97% | 0.81% | - |
| XYZ | 18.94 | 19.73 | 61.84 | - |
| YUV | 100.24 | 188.24 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 207 | 0.97 | 0.39 | 0 | 0.19 | 204 | 0.93 | 0.42 |
| Hex | 7 | 7F | CF | 61 | 27 | 0 | 13 | CC | 5D | 2A |
| Octal | 7 | 177 | 317 | 141 | 47 | 0 | 23 | 314 | 135 | 52 |
| Binary | 111 | 1111111 | 11001111 | 1100001 | 100111 | 0 | 10011 | 11001100 | 1011101 | 101010 |
Color Harmonies of #077FCF
Complementary color
Monochromatic Colors of #077FCF
Black with #077FCF
Text Example
Text Example
White with #077FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077FCF; }
p { color: rgb(7,127,207); }
H1.HeaderClassName
{
color: #077FCF;
}
.AnyTagClassName
{
color: #077FCF;
}
</style>
background-color css
<style>
a { background-color: #077FCF; }
a { background-color: rgb(7,127,207); }
div.DivClassName
{
background-color: #077FCF;
}
.BgClassName
{
background-color: #077FCF;
}
</style>
border-color css
<style>
span { border-color: #077FCF; }
span { border-color: rgb(7,127,207); }
td.TdClassName
{
border-color: #077FCF;
}
.TagClassName
{
border-color: #077FCF;
}
</style>