Shades of Navy Blue #076ADE
Tints of Navy Blue #076ADE
RGB
CMYK
RGB Variations
Color information
#076ADE (or 0x076ADE) is known color: Navy Blue. HEX triplet: 07, 6A and DE. RGB value is (7,106,222). Sum of RGB (Red+Green+Blue) = 7+106+222=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #076ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076ADE is #F89521. Grayscale: #595959. Windows color (decimal): -16291106 or 14576135. OLE color: 14576135.
HSL color Cylindrical-coordinate representation of color #076ADE: hue angle of 212.37º 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 #076ADE is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 106 | 222 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.13 |
| HSL | 212.37º | 0.94% | 0.45% | - |
| HSV(B) | 212.37º | 0.97% | 0.87% | - |
| XYZ | 18.43 | 15.63 | 71.15 | - |
| YUV | 89.62 | 202.7 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 222 | 0.97 | 0.52 | 0 | 0.13 | 212.37 | 0.94 | 0.45 |
| Hex | 7 | 6A | DE | 61 | 34 | 0 | D | D4 | 5E | 2D |
| Octal | 7 | 152 | 336 | 141 | 64 | 0 | 15 | 324 | 136 | 55 |
| Binary | 111 | 1101010 | 11011110 | 1100001 | 110100 | 0 | 1101 | 11010100 | 1011110 | 101101 |
Color Harmonies of #076ADE
Complementary color
Monochromatic Colors of #076ADE
Black with #076ADE
Text Example
Text Example
White with #076ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076ADE; }
p { color: rgb(7,106,222); }
H1.HeaderClassName
{
color: #076ADE;
}
.AnyTagClassName
{
color: #076ADE;
}
</style>
background-color css
<style>
a { background-color: #076ADE; }
a { background-color: rgb(7,106,222); }
div.DivClassName
{
background-color: #076ADE;
}
.BgClassName
{
background-color: #076ADE;
}
</style>
border-color css
<style>
span { border-color: #076ADE; }
span { border-color: rgb(7,106,222); }
td.TdClassName
{
border-color: #076ADE;
}
.TagClassName
{
border-color: #076ADE;
}
</style>