Shades of Navy Blue #076CE9
Tints of Navy Blue #076CE9
RGB
CMYK
RGB Variations
Color information
#076CE9 (or 0x076CE9) is known color: Navy Blue. HEX triplet: 07, 6C and E9. RGB value is (7,108,233). Sum of RGB (Red+Green+Blue) = 7+108+233=348 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 233 (91.41% from 255 or 66.95% from 348); Max value from RGB is 233 - color contains mainly: blue. Hex color #076CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076CE9 is #F89316. Grayscale: #5B5B5B. Windows color (decimal): -16290583 or 15297543. OLE color: 15297543.
HSL color Cylindrical-coordinate representation of color #076CE9: hue angle of 213.19º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076CE9 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 108 | 233 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.09 |
| HSL | 213.19º | 0.94% | 0.47% | - |
| HSV(B) | 213.19º | 0.97% | 0.91% | - |
| XYZ | 20.16 | 16.65 | 79.24 | - |
| YUV | 92.05 | 207.54 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 233 | 0.97 | 0.54 | 0 | 0.09 | 213.19 | 0.94 | 0.47 |
| Hex | 7 | 6C | E9 | 61 | 36 | 0 | 9 | D5 | 5E | 2F |
| Octal | 7 | 154 | 351 | 141 | 66 | 0 | 11 | 325 | 136 | 57 |
| Binary | 111 | 1101100 | 11101001 | 1100001 | 110110 | 0 | 1001 | 11010101 | 1011110 | 101111 |
Color Harmonies of #076CE9
Complementary color
Monochromatic Colors of #076CE9
Black with #076CE9
Text Example
Text Example
White with #076CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076CE9; }
p { color: rgb(7,108,233); }
H1.HeaderClassName
{
color: #076CE9;
}
.AnyTagClassName
{
color: #076CE9;
}
</style>
background-color css
<style>
a { background-color: #076CE9; }
a { background-color: rgb(7,108,233); }
div.DivClassName
{
background-color: #076CE9;
}
.BgClassName
{
background-color: #076CE9;
}
</style>
border-color css
<style>
span { border-color: #076CE9; }
span { border-color: rgb(7,108,233); }
td.TdClassName
{
border-color: #076CE9;
}
.TagClassName
{
border-color: #076CE9;
}
</style>