Shades of Navy Blue #076BDD
Tints of Navy Blue #076BDD
RGB
CMYK
RGB Variations
Color information
#076BDD (or 0x076BDD) is known color: Navy Blue. HEX triplet: 07, 6B and DD. RGB value is (7,107,221). Sum of RGB (Red+Green+Blue) = 7+107+221=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #076BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076BDD is #F89422. Grayscale: #595959. Windows color (decimal): -16290851 or 14510855. OLE color: 14510855.
HSL color Cylindrical-coordinate representation of color #076BDD: hue angle of 211.96º 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 #076BDD is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 107 | 221 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.13 |
| HSL | 211.96º | 0.94% | 0.45% | - |
| HSV(B) | 211.96º | 0.97% | 0.87% | - |
| XYZ | 18.4 | 15.78 | 70.48 | - |
| YUV | 90.1 | 201.87 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 221 | 0.97 | 0.52 | 0 | 0.13 | 211.96 | 0.94 | 0.45 |
| Hex | 7 | 6B | DD | 61 | 34 | 0 | D | D4 | 5E | 2D |
| Octal | 7 | 153 | 335 | 141 | 64 | 0 | 15 | 324 | 136 | 55 |
| Binary | 111 | 1101011 | 11011101 | 1100001 | 110100 | 0 | 1101 | 11010100 | 1011110 | 101101 |
Color Harmonies of #076BDD
Complementary color
Monochromatic Colors of #076BDD
Black with #076BDD
Text Example
Text Example
White with #076BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076BDD; }
p { color: rgb(7,107,221); }
H1.HeaderClassName
{
color: #076BDD;
}
.AnyTagClassName
{
color: #076BDD;
}
</style>
background-color css
<style>
a { background-color: #076BDD; }
a { background-color: rgb(7,107,221); }
div.DivClassName
{
background-color: #076BDD;
}
.BgClassName
{
background-color: #076BDD;
}
</style>
border-color css
<style>
span { border-color: #076BDD; }
span { border-color: rgb(7,107,221); }
td.TdClassName
{
border-color: #076BDD;
}
.TagClassName
{
border-color: #076BDD;
}
</style>