Shades of Navy Blue #076CEE
Tints of Navy Blue #076CEE
RGB
CMYK
RGB Variations
Color information
#076CEE (or 0x076CEE) is known color: Navy Blue. HEX triplet: 07, 6C and EE. RGB value is (7,108,238). Sum of RGB (Red+Green+Blue) = 7+108+238=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #076CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076CEE is #F89311. Grayscale: #5C5C5C. Windows color (decimal): -16290578 or 15625223. OLE color: 15625223.
HSL color Cylindrical-coordinate representation of color #076CEE: hue angle of 213.77º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076CEE is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 108 | 238 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.07 |
| HSL | 213.77º | 0.94% | 0.48% | - |
| HSV(B) | 213.77º | 0.97% | 0.93% | - |
| XYZ | 20.88 | 16.94 | 83.06 | - |
| YUV | 92.62 | 210.04 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 238 | 0.97 | 0.55 | 0 | 0.07 | 213.77 | 0.94 | 0.48 |
| Hex | 7 | 6C | EE | 61 | 37 | 0 | 7 | D6 | 5E | 30 |
| Octal | 7 | 154 | 356 | 141 | 67 | 0 | 7 | 326 | 136 | 60 |
| Binary | 111 | 1101100 | 11101110 | 1100001 | 110111 | 0 | 111 | 11010110 | 1011110 | 110000 |
Color Harmonies of #076CEE
Complementary color
Monochromatic Colors of #076CEE
Black with #076CEE
Text Example
Text Example
White with #076CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076CEE; }
p { color: rgb(7,108,238); }
H1.HeaderClassName
{
color: #076CEE;
}
.AnyTagClassName
{
color: #076CEE;
}
</style>
background-color css
<style>
a { background-color: #076CEE; }
a { background-color: rgb(7,108,238); }
div.DivClassName
{
background-color: #076CEE;
}
.BgClassName
{
background-color: #076CEE;
}
</style>
border-color css
<style>
span { border-color: #076CEE; }
span { border-color: rgb(7,108,238); }
td.TdClassName
{
border-color: #076CEE;
}
.TagClassName
{
border-color: #076CEE;
}
</style>