Shades of Navy Blue #067EC5
Tints of Navy Blue #067EC5
RGB
CMYK
RGB Variations
Color information
#067EC5 (or 0x067EC5) is known color: Navy Blue. HEX triplet: 06, 7E and C5. RGB value is (6,126,197). Sum of RGB (Red+Green+Blue) = 6+126+197=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 197 (77.34% from 255 or 59.88% from 329); Max value from RGB is 197 - color contains mainly: blue. Hex color #067EC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067EC5 is #F9813A. Grayscale: #616161. Windows color (decimal): -16351547 or 12942854. OLE color: 12942854.
HSL color Cylindrical-coordinate representation of color #067EC5: hue angle of 202.3º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067EC5 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 126 | 197 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.23 |
| HSL | 202.3º | 0.94% | 0.4% | - |
| HSV(B) | 202.3º | 0.97% | 0.77% | - |
| XYZ | 17.61 | 18.99 | 55.56 | - |
| YUV | 98.21 | 183.74 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 126 | 197 | 0.97 | 0.36 | 0 | 0.23 | 202.3 | 0.94 | 0.4 |
| Hex | 6 | 7E | C5 | 61 | 24 | 0 | 17 | CA | 5E | 28 |
| Octal | 6 | 176 | 305 | 141 | 44 | 0 | 27 | 312 | 136 | 50 |
| Binary | 110 | 1111110 | 11000101 | 1100001 | 100100 | 0 | 10111 | 11001010 | 1011110 | 101000 |
Color Harmonies of #067EC5
Complementary color
Monochromatic Colors of #067EC5
Black with #067EC5
Text Example
Text Example
White with #067EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067EC5; }
p { color: rgb(6,126,197); }
H1.HeaderClassName
{
color: #067EC5;
}
.AnyTagClassName
{
color: #067EC5;
}
</style>
background-color css
<style>
a { background-color: #067EC5; }
a { background-color: rgb(6,126,197); }
div.DivClassName
{
background-color: #067EC5;
}
.BgClassName
{
background-color: #067EC5;
}
</style>
border-color css
<style>
span { border-color: #067EC5; }
span { border-color: rgb(6,126,197); }
td.TdClassName
{
border-color: #067EC5;
}
.TagClassName
{
border-color: #067EC5;
}
</style>