Shades of Navy Blue #076ACB
Tints of Navy Blue #076ACB
RGB
CMYK
RGB Variations
Color information
#076ACB (or 0x076ACB) is known color: Navy Blue. HEX triplet: 07, 6A and CB. RGB value is (7,106,203). Sum of RGB (Red+Green+Blue) = 7+106+203=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #076ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076ACB is #F89534. Grayscale: #565656. Windows color (decimal): -16291125 or 13330951. OLE color: 13330951.
HSL color Cylindrical-coordinate representation of color #076ACB: hue angle of 209.69º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076ACB is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 106 | 203 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.20 |
| HSL | 209.69º | 0.93% | 0.41% | - |
| HSV(B) | 209.69º | 0.97% | 0.8% | - |
| XYZ | 16.02 | 14.67 | 58.49 | - |
| YUV | 87.46 | 193.2 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 203 | 0.97 | 0.48 | 0 | 0.20 | 209.69 | 0.93 | 0.41 |
| Hex | 7 | 6A | CB | 61 | 30 | 0 | 14 | D2 | 5D | 29 |
| Octal | 7 | 152 | 313 | 141 | 60 | 0 | 24 | 322 | 135 | 51 |
| Binary | 111 | 1101010 | 11001011 | 1100001 | 110000 | 0 | 10100 | 11010010 | 1011101 | 101001 |
Color Harmonies of #076ACB
Complementary color
Monochromatic Colors of #076ACB
Black with #076ACB
Text Example
Text Example
White with #076ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076ACB; }
p { color: rgb(7,106,203); }
H1.HeaderClassName
{
color: #076ACB;
}
.AnyTagClassName
{
color: #076ACB;
}
</style>
background-color css
<style>
a { background-color: #076ACB; }
a { background-color: rgb(7,106,203); }
div.DivClassName
{
background-color: #076ACB;
}
.BgClassName
{
background-color: #076ACB;
}
</style>
border-color css
<style>
span { border-color: #076ACB; }
span { border-color: rgb(7,106,203); }
td.TdClassName
{
border-color: #076ACB;
}
.TagClassName
{
border-color: #076ACB;
}
</style>