Shades of Navy Blue #076BDF
Tints of Navy Blue #076BDF
RGB
CMYK
RGB Variations
Color information
#076BDF (or 0x076BDF) is known color: Navy Blue. HEX triplet: 07, 6B and DF. RGB value is (7,107,223). Sum of RGB (Red+Green+Blue) = 7+107+223=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #076BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076BDF is #F89420. Grayscale: #595959. Windows color (decimal): -16290849 or 14641927. OLE color: 14641927.
HSL color Cylindrical-coordinate representation of color #076BDF: hue angle of 212.22º 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 #076BDF is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 107 | 223 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.13 |
| HSL | 212.22º | 0.94% | 0.45% | - |
| HSV(B) | 212.22º | 0.97% | 0.87% | - |
| XYZ | 18.66 | 15.89 | 71.9 | - |
| YUV | 90.32 | 202.87 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 223 | 0.97 | 0.52 | 0 | 0.13 | 212.22 | 0.94 | 0.45 |
| Hex | 7 | 6B | DF | 61 | 34 | 0 | D | D4 | 5E | 2D |
| Octal | 7 | 153 | 337 | 141 | 64 | 0 | 15 | 324 | 136 | 55 |
| Binary | 111 | 1101011 | 11011111 | 1100001 | 110100 | 0 | 1101 | 11010100 | 1011110 | 101101 |
Color Harmonies of #076BDF
Complementary color
Monochromatic Colors of #076BDF
Black with #076BDF
Text Example
Text Example
White with #076BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076BDF; }
p { color: rgb(7,107,223); }
H1.HeaderClassName
{
color: #076BDF;
}
.AnyTagClassName
{
color: #076BDF;
}
</style>
background-color css
<style>
a { background-color: #076BDF; }
a { background-color: rgb(7,107,223); }
div.DivClassName
{
background-color: #076BDF;
}
.BgClassName
{
background-color: #076BDF;
}
</style>
border-color css
<style>
span { border-color: #076BDF; }
span { border-color: rgb(7,107,223); }
td.TdClassName
{
border-color: #076BDF;
}
.TagClassName
{
border-color: #076BDF;
}
</style>