Shades of Navy Blue #076CE0
Tints of Navy Blue #076CE0
RGB
CMYK
RGB Variations
Color information
#076CE0 (or 0x076CE0) is known color: Navy Blue. HEX triplet: 07, 6C and E0. RGB value is (7,108,224). Sum of RGB (Red+Green+Blue) = 7+108+224=339 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 224 (87.89% from 255 or 66.08% from 339); Max value from RGB is 224 - color contains mainly: blue. Hex color #076CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076CE0 is #F8931F. Grayscale: #5A5A5A. Windows color (decimal): -16290592 or 14707719. OLE color: 14707719.
HSL color Cylindrical-coordinate representation of color #076CE0: hue angle of 212.07º 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 #076CE0 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 108 | 224 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.12 |
| HSL | 212.07º | 0.94% | 0.45% | - |
| HSV(B) | 212.07º | 0.97% | 0.88% | - |
| XYZ | 18.9 | 16.15 | 72.64 | - |
| YUV | 91.03 | 203.04 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 224 | 0.97 | 0.52 | 0 | 0.12 | 212.07 | 0.94 | 0.45 |
| Hex | 7 | 6C | E0 | 61 | 34 | 0 | C | D4 | 5E | 2D |
| Octal | 7 | 154 | 340 | 141 | 64 | 0 | 14 | 324 | 136 | 55 |
| Binary | 111 | 1101100 | 11100000 | 1100001 | 110100 | 0 | 1100 | 11010100 | 1011110 | 101101 |
Color Harmonies of #076CE0
Complementary color
Monochromatic Colors of #076CE0
Black with #076CE0
Text Example
Text Example
White with #076CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076CE0; }
p { color: rgb(7,108,224); }
H1.HeaderClassName
{
color: #076CE0;
}
.AnyTagClassName
{
color: #076CE0;
}
</style>
background-color css
<style>
a { background-color: #076CE0; }
a { background-color: rgb(7,108,224); }
div.DivClassName
{
background-color: #076CE0;
}
.BgClassName
{
background-color: #076CE0;
}
</style>
border-color css
<style>
span { border-color: #076CE0; }
span { border-color: rgb(7,108,224); }
td.TdClassName
{
border-color: #076CE0;
}
.TagClassName
{
border-color: #076CE0;
}
</style>