Shades of Navy Blue #077BDF
Tints of Navy Blue #077BDF
RGB
CMYK
RGB Variations
Color information
#077BDF (or 0x077BDF) is known color: Navy Blue. HEX triplet: 07, 7B and DF. RGB value is (7,123,223). Sum of RGB (Red+Green+Blue) = 7+123+223=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #077BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077BDF is #F88420. Grayscale: #636363. Windows color (decimal): -16286753 or 14646023. OLE color: 14646023.
HSL color Cylindrical-coordinate representation of color #077BDF: hue angle of 207.78º 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 #077BDF is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 123 | 223 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.13 |
| HSL | 207.78º | 0.94% | 0.45% | - |
| HSV(B) | 207.78º | 0.97% | 0.87% | - |
| XYZ | 20.49 | 19.54 | 72.5 | - |
| YUV | 99.72 | 197.57 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 223 | 0.97 | 0.45 | 0 | 0.13 | 207.78 | 0.94 | 0.45 |
| Hex | 7 | 7B | DF | 61 | 2D | 0 | D | D0 | 5E | 2D |
| Octal | 7 | 173 | 337 | 141 | 55 | 0 | 15 | 320 | 136 | 55 |
| Binary | 111 | 1111011 | 11011111 | 1100001 | 101101 | 0 | 1101 | 11010000 | 1011110 | 101101 |
Color Harmonies of #077BDF
Complementary color
Monochromatic Colors of #077BDF
Black with #077BDF
Text Example
Text Example
White with #077BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077BDF; }
p { color: rgb(7,123,223); }
H1.HeaderClassName
{
color: #077BDF;
}
.AnyTagClassName
{
color: #077BDF;
}
</style>
background-color css
<style>
a { background-color: #077BDF; }
a { background-color: rgb(7,123,223); }
div.DivClassName
{
background-color: #077BDF;
}
.BgClassName
{
background-color: #077BDF;
}
</style>
border-color css
<style>
span { border-color: #077BDF; }
span { border-color: rgb(7,123,223); }
td.TdClassName
{
border-color: #077BDF;
}
.TagClassName
{
border-color: #077BDF;
}
</style>