Shades of Navy Blue #076ADC
Tints of Navy Blue #076ADC
RGB
CMYK
RGB Variations
Color information
#076ADC (or 0x076ADC) is known color: Navy Blue. HEX triplet: 07, 6A and DC. RGB value is (7,106,220). Sum of RGB (Red+Green+Blue) = 7+106+220=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #076ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076ADC is #F89523. Grayscale: #585858. Windows color (decimal): -16291108 or 14445063. OLE color: 14445063.
HSL color Cylindrical-coordinate representation of color #076ADC: hue angle of 212.11º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076ADC is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 106 | 220 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.14 |
| HSL | 212.11º | 0.94% | 0.45% | - |
| HSV(B) | 212.11º | 0.97% | 0.86% | - |
| XYZ | 18.16 | 15.52 | 69.75 | - |
| YUV | 89.4 | 201.7 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 220 | 0.97 | 0.52 | 0 | 0.14 | 212.11 | 0.94 | 0.45 |
| Hex | 7 | 6A | DC | 61 | 34 | 0 | E | D4 | 5E | 2D |
| Octal | 7 | 152 | 334 | 141 | 64 | 0 | 16 | 324 | 136 | 55 |
| Binary | 111 | 1101010 | 11011100 | 1100001 | 110100 | 0 | 1110 | 11010100 | 1011110 | 101101 |
Color Harmonies of #076ADC
Complementary color
Monochromatic Colors of #076ADC
Black with #076ADC
Text Example
Text Example
White with #076ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076ADC; }
p { color: rgb(7,106,220); }
H1.HeaderClassName
{
color: #076ADC;
}
.AnyTagClassName
{
color: #076ADC;
}
</style>
background-color css
<style>
a { background-color: #076ADC; }
a { background-color: rgb(7,106,220); }
div.DivClassName
{
background-color: #076ADC;
}
.BgClassName
{
background-color: #076ADC;
}
</style>
border-color css
<style>
span { border-color: #076ADC; }
span { border-color: rgb(7,106,220); }
td.TdClassName
{
border-color: #076ADC;
}
.TagClassName
{
border-color: #076ADC;
}
</style>