Shades of Navy Blue #076FCF
Tints of Navy Blue #076FCF
RGB
CMYK
RGB Variations
Color information
#076FCF (or 0x076FCF) is known color: Navy Blue. HEX triplet: 07, 6F and CF. RGB value is (7,111,207). Sum of RGB (Red+Green+Blue) = 7+111+207=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #076FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076FCF is #F89030. Grayscale: #5A5A5A. Windows color (decimal): -16289841 or 13594375. OLE color: 13594375.
HSL color Cylindrical-coordinate representation of color #076FCF: hue angle of 208.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076FCF is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 111 | 207 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.19 |
| HSL | 208.8º | 0.93% | 0.42% | - |
| HSV(B) | 208.8º | 0.97% | 0.81% | - |
| XYZ | 17.03 | 15.92 | 61.21 | - |
| YUV | 90.85 | 193.54 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 207 | 0.97 | 0.46 | 0 | 0.19 | 208.8 | 0.93 | 0.42 |
| Hex | 7 | 6F | CF | 61 | 2E | 0 | 13 | D1 | 5D | 2A |
| Octal | 7 | 157 | 317 | 141 | 56 | 0 | 23 | 321 | 135 | 52 |
| Binary | 111 | 1101111 | 11001111 | 1100001 | 101110 | 0 | 10011 | 11010001 | 1011101 | 101010 |
Color Harmonies of #076FCF
Complementary color
Monochromatic Colors of #076FCF
Black with #076FCF
Text Example
Text Example
White with #076FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076FCF; }
p { color: rgb(7,111,207); }
H1.HeaderClassName
{
color: #076FCF;
}
.AnyTagClassName
{
color: #076FCF;
}
</style>
background-color css
<style>
a { background-color: #076FCF; }
a { background-color: rgb(7,111,207); }
div.DivClassName
{
background-color: #076FCF;
}
.BgClassName
{
background-color: #076FCF;
}
</style>
border-color css
<style>
span { border-color: #076FCF; }
span { border-color: rgb(7,111,207); }
td.TdClassName
{
border-color: #076FCF;
}
.TagClassName
{
border-color: #076FCF;
}
</style>