Shades of Navy Blue #076FE3
Tints of Navy Blue #076FE3
RGB
CMYK
RGB Variations
Color information
#076FE3 (or 0x076FE3) is known color: Navy Blue. HEX triplet: 07, 6F and E3. RGB value is (7,111,227). Sum of RGB (Red+Green+Blue) = 7+111+227=345 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 227 (89.06% from 255 or 65.80% from 345); Max value from RGB is 227 - color contains mainly: blue. Hex color #076FE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076FE3 is #F8901C. Grayscale: #5C5C5C. Windows color (decimal): -16289821 or 14905095. OLE color: 14905095.
HSL color Cylindrical-coordinate representation of color #076FE3: hue angle of 211.64º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076FE3 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 111 | 227 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.11 |
| HSL | 211.64º | 0.94% | 0.46% | - |
| HSV(B) | 211.64º | 0.97% | 0.89% | - |
| XYZ | 19.64 | 16.96 | 74.91 | - |
| YUV | 93.13 | 203.54 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 227 | 0.97 | 0.51 | 0 | 0.11 | 211.64 | 0.94 | 0.46 |
| Hex | 7 | 6F | E3 | 61 | 33 | 0 | B | D4 | 5E | 2E |
| Octal | 7 | 157 | 343 | 141 | 63 | 0 | 13 | 324 | 136 | 56 |
| Binary | 111 | 1101111 | 11100011 | 1100001 | 110011 | 0 | 1011 | 11010100 | 1011110 | 101110 |
Color Harmonies of #076FE3
Complementary color
Monochromatic Colors of #076FE3
Black with #076FE3
Text Example
Text Example
White with #076FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076FE3; }
p { color: rgb(7,111,227); }
H1.HeaderClassName
{
color: #076FE3;
}
.AnyTagClassName
{
color: #076FE3;
}
</style>
background-color css
<style>
a { background-color: #076FE3; }
a { background-color: rgb(7,111,227); }
div.DivClassName
{
background-color: #076FE3;
}
.BgClassName
{
background-color: #076FE3;
}
</style>
border-color css
<style>
span { border-color: #076FE3; }
span { border-color: rgb(7,111,227); }
td.TdClassName
{
border-color: #076FE3;
}
.TagClassName
{
border-color: #076FE3;
}
</style>