Shades of Navy Blue #076DEA
Tints of Navy Blue #076DEA
RGB
CMYK
RGB Variations
Color information
#076DEA (or 0x076DEA) is known color: Navy Blue. HEX triplet: 07, 6D and EA. RGB value is (7,109,234). Sum of RGB (Red+Green+Blue) = 7+109+234=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #076DEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076DEA is #F89215. Grayscale: #5C5C5C. Windows color (decimal): -16290326 or 15363335. OLE color: 15363335.
HSL color Cylindrical-coordinate representation of color #076DEA: hue angle of 213.04º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076DEA is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 109 | 234 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.08 |
| HSL | 213.04º | 0.94% | 0.47% | - |
| HSV(B) | 213.04º | 0.97% | 0.92% | - |
| XYZ | 20.41 | 16.92 | 80.03 | - |
| YUV | 92.75 | 207.71 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 234 | 0.97 | 0.53 | 0 | 0.08 | 213.04 | 0.94 | 0.47 |
| Hex | 7 | 6D | EA | 61 | 35 | 0 | 8 | D5 | 5E | 2F |
| Octal | 7 | 155 | 352 | 141 | 65 | 0 | 10 | 325 | 136 | 57 |
| Binary | 111 | 1101101 | 11101010 | 1100001 | 110101 | 0 | 1000 | 11010101 | 1011110 | 101111 |
Color Harmonies of #076DEA
Complementary color
Monochromatic Colors of #076DEA
Black with #076DEA
Text Example
Text Example
White with #076DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076DEA; }
p { color: rgb(7,109,234); }
H1.HeaderClassName
{
color: #076DEA;
}
.AnyTagClassName
{
color: #076DEA;
}
</style>
background-color css
<style>
a { background-color: #076DEA; }
a { background-color: rgb(7,109,234); }
div.DivClassName
{
background-color: #076DEA;
}
.BgClassName
{
background-color: #076DEA;
}
</style>
border-color css
<style>
span { border-color: #076DEA; }
span { border-color: rgb(7,109,234); }
td.TdClassName
{
border-color: #076DEA;
}
.TagClassName
{
border-color: #076DEA;
}
</style>