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