Shades of Navy Blue #076FE0
Tints of Navy Blue #076FE0
RGB
CMYK
RGB Variations
Color information
#076FE0 (or 0x076FE0) is known color: Navy Blue. HEX triplet: 07, 6F and E0. RGB value is (7,111,224). Sum of RGB (Red+Green+Blue) = 7+111+224=342 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 224 (87.89% from 255 or 65.50% from 342); Max value from RGB is 224 - color contains mainly: blue. Hex color #076FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076FE0 is #F8901F. Grayscale: #5C5C5C. Windows color (decimal): -16289824 or 14708487. OLE color: 14708487.
HSL color Cylindrical-coordinate representation of color #076FE0: hue angle of 211.24º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076FE0 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 111 | 224 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.12 |
| HSL | 211.24º | 0.94% | 0.45% | - |
| HSV(B) | 211.24º | 0.97% | 0.88% | - |
| XYZ | 19.23 | 16.8 | 72.75 | - |
| YUV | 92.79 | 202.04 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 224 | 0.97 | 0.50 | 0 | 0.12 | 211.24 | 0.94 | 0.45 |
| Hex | 7 | 6F | E0 | 61 | 32 | 0 | C | D3 | 5E | 2D |
| Octal | 7 | 157 | 340 | 141 | 62 | 0 | 14 | 323 | 136 | 55 |
| Binary | 111 | 1101111 | 11100000 | 1100001 | 110010 | 0 | 1100 | 11010011 | 1011110 | 101101 |
Color Harmonies of #076FE0
Complementary color
Monochromatic Colors of #076FE0
Black with #076FE0
Text Example
Text Example
White with #076FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076FE0; }
p { color: rgb(7,111,224); }
H1.HeaderClassName
{
color: #076FE0;
}
.AnyTagClassName
{
color: #076FE0;
}
</style>
background-color css
<style>
a { background-color: #076FE0; }
a { background-color: rgb(7,111,224); }
div.DivClassName
{
background-color: #076FE0;
}
.BgClassName
{
background-color: #076FE0;
}
</style>
border-color css
<style>
span { border-color: #076FE0; }
span { border-color: rgb(7,111,224); }
td.TdClassName
{
border-color: #076FE0;
}
.TagClassName
{
border-color: #076FE0;
}
</style>