Shades of Navy Blue #067EC8
Tints of Navy Blue #067EC8
RGB
CMYK
RGB Variations
Color information
#067EC8 (or 0x067EC8) is known color: Navy Blue. HEX triplet: 06, 7E and C8. RGB value is (6,126,200). Sum of RGB (Red+Green+Blue) = 6+126+200=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 200 (78.52% from 255 or 60.24% from 332); Max value from RGB is 200 - color contains mainly: blue. Hex color #067EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067EC8 is #F98137. Grayscale: #626262. Windows color (decimal): -16351544 or 13139462. OLE color: 13139462.
HSL color Cylindrical-coordinate representation of color #067EC8: hue angle of 202.89º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067EC8 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 126 | 200 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.22 |
| HSL | 202.89º | 0.94% | 0.4% | - |
| HSV(B) | 202.89º | 0.97% | 0.78% | - |
| XYZ | 17.96 | 19.13 | 57.39 | - |
| YUV | 98.56 | 185.24 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 126 | 200 | 0.97 | 0.37 | 0 | 0.22 | 202.89 | 0.94 | 0.4 |
| Hex | 6 | 7E | C8 | 61 | 25 | 0 | 16 | CB | 5E | 28 |
| Octal | 6 | 176 | 310 | 141 | 45 | 0 | 26 | 313 | 136 | 50 |
| Binary | 110 | 1111110 | 11001000 | 1100001 | 100101 | 0 | 10110 | 11001011 | 1011110 | 101000 |
Color Harmonies of #067EC8
Complementary color
Monochromatic Colors of #067EC8
Black with #067EC8
Text Example
Text Example
White with #067EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067EC8; }
p { color: rgb(6,126,200); }
H1.HeaderClassName
{
color: #067EC8;
}
.AnyTagClassName
{
color: #067EC8;
}
</style>
background-color css
<style>
a { background-color: #067EC8; }
a { background-color: rgb(6,126,200); }
div.DivClassName
{
background-color: #067EC8;
}
.BgClassName
{
background-color: #067EC8;
}
</style>
border-color css
<style>
span { border-color: #067EC8; }
span { border-color: rgb(6,126,200); }
td.TdClassName
{
border-color: #067EC8;
}
.TagClassName
{
border-color: #067EC8;
}
</style>