Shades of Navy Blue #076ABC
Tints of Navy Blue #076ABC
RGB
CMYK
RGB Variations
Color information
#076ABC (or 0x076ABC) is known color: Navy Blue. HEX triplet: 07, 6A and BC. RGB value is (7,106,188). Sum of RGB (Red+Green+Blue) = 7+106+188=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #076ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076ABC is #F89543. Grayscale: #555555. Windows color (decimal): -16291140 or 12347911. OLE color: 12347911.
HSL color Cylindrical-coordinate representation of color #076ABC: hue angle of 207.18º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076ABC is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 106 | 188 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.26 |
| HSL | 207.18º | 0.93% | 0.38% | - |
| HSV(B) | 207.18º | 0.96% | 0.74% | - |
| XYZ | 14.32 | 13.98 | 49.52 | - |
| YUV | 85.75 | 185.7 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 188 | 0.96 | 0.44 | 0 | 0.26 | 207.18 | 0.93 | 0.38 |
| Hex | 7 | 6A | BC | 60 | 2C | 0 | 1A | CF | 5D | 26 |
| Octal | 7 | 152 | 274 | 140 | 54 | 0 | 32 | 317 | 135 | 46 |
| Binary | 111 | 1101010 | 10111100 | 1100000 | 101100 | 0 | 11010 | 11001111 | 1011101 | 100110 |
Color Harmonies of #076ABC
Complementary color
Monochromatic Colors of #076ABC
Black with #076ABC
Text Example
Text Example
White with #076ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076ABC; }
p { color: rgb(7,106,188); }
H1.HeaderClassName
{
color: #076ABC;
}
.AnyTagClassName
{
color: #076ABC;
}
</style>
background-color css
<style>
a { background-color: #076ABC; }
a { background-color: rgb(7,106,188); }
div.DivClassName
{
background-color: #076ABC;
}
.BgClassName
{
background-color: #076ABC;
}
</style>
border-color css
<style>
span { border-color: #076ABC; }
span { border-color: rgb(7,106,188); }
td.TdClassName
{
border-color: #076ABC;
}
.TagClassName
{
border-color: #076ABC;
}
</style>