Shades of Navy Blue #077ADF
Tints of Navy Blue #077ADF
RGB
CMYK
RGB Variations
Color information
#077ADF (or 0x077ADF) is known color: Navy Blue. HEX triplet: 07, 7A and DF. RGB value is (7,122,223). Sum of RGB (Red+Green+Blue) = 7+122+223=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #077ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077ADF is #F88520. Grayscale: #626262. Windows color (decimal): -16287009 or 14645767. OLE color: 14645767.
HSL color Cylindrical-coordinate representation of color #077ADF: hue angle of 208.06º 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 #077ADF is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 122 | 223 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.13 |
| HSL | 208.06º | 0.94% | 0.45% | - |
| HSV(B) | 208.06º | 0.97% | 0.87% | - |
| XYZ | 20.37 | 19.29 | 72.46 | - |
| YUV | 99.13 | 197.9 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 223 | 0.97 | 0.45 | 0 | 0.13 | 208.06 | 0.94 | 0.45 |
| Hex | 7 | 7A | DF | 61 | 2D | 0 | D | D0 | 5E | 2D |
| Octal | 7 | 172 | 337 | 141 | 55 | 0 | 15 | 320 | 136 | 55 |
| Binary | 111 | 1111010 | 11011111 | 1100001 | 101101 | 0 | 1101 | 11010000 | 1011110 | 101101 |
Color Harmonies of #077ADF
Complementary color
Monochromatic Colors of #077ADF
Black with #077ADF
Text Example
Text Example
White with #077ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077ADF; }
p { color: rgb(7,122,223); }
H1.HeaderClassName
{
color: #077ADF;
}
.AnyTagClassName
{
color: #077ADF;
}
</style>
background-color css
<style>
a { background-color: #077ADF; }
a { background-color: rgb(7,122,223); }
div.DivClassName
{
background-color: #077ADF;
}
.BgClassName
{
background-color: #077ADF;
}
</style>
border-color css
<style>
span { border-color: #077ADF; }
span { border-color: rgb(7,122,223); }
td.TdClassName
{
border-color: #077ADF;
}
.TagClassName
{
border-color: #077ADF;
}
</style>