Shades of Navy Blue #067ECF
Tints of Navy Blue #067ECF
RGB
CMYK
RGB Variations
Color information
#067ECF (or 0x067ECF) is known color: Navy Blue. HEX triplet: 06, 7E and CF. RGB value is (6,126,207). Sum of RGB (Red+Green+Blue) = 6+126+207=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #067ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067ECF is #F98130. Grayscale: #626262. Windows color (decimal): -16351537 or 13598214. OLE color: 13598214.
HSL color Cylindrical-coordinate representation of color #067ECF: hue angle of 204.18º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067ECF is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 126 | 207 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.19 |
| HSL | 204.18º | 0.94% | 0.42% | - |
| HSV(B) | 204.18º | 0.97% | 0.81% | - |
| XYZ | 18.8 | 19.47 | 61.8 | - |
| YUV | 99.35 | 188.74 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 126 | 207 | 0.97 | 0.39 | 0 | 0.19 | 204.18 | 0.94 | 0.42 |
| Hex | 6 | 7E | CF | 61 | 27 | 0 | 13 | CC | 5E | 2A |
| Octal | 6 | 176 | 317 | 141 | 47 | 0 | 23 | 314 | 136 | 52 |
| Binary | 110 | 1111110 | 11001111 | 1100001 | 100111 | 0 | 10011 | 11001100 | 1011110 | 101010 |
Color Harmonies of #067ECF
Complementary color
Monochromatic Colors of #067ECF
Black with #067ECF
Text Example
Text Example
White with #067ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067ECF; }
p { color: rgb(6,126,207); }
H1.HeaderClassName
{
color: #067ECF;
}
.AnyTagClassName
{
color: #067ECF;
}
</style>
background-color css
<style>
a { background-color: #067ECF; }
a { background-color: rgb(6,126,207); }
div.DivClassName
{
background-color: #067ECF;
}
.BgClassName
{
background-color: #067ECF;
}
</style>
border-color css
<style>
span { border-color: #067ECF; }
span { border-color: rgb(6,126,207); }
td.TdClassName
{
border-color: #067ECF;
}
.TagClassName
{
border-color: #067ECF;
}
</style>