Shades of Navy Blue #067EDD
Tints of Navy Blue #067EDD
RGB
CMYK
RGB Variations
Color information
#067EDD (or 0x067EDD) is known color: Navy Blue. HEX triplet: 06, 7E and DD. RGB value is (6,126,221). Sum of RGB (Red+Green+Blue) = 6+126+221=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #067EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067EDD is #F98122. Grayscale: #646464. Windows color (decimal): -16351523 or 14515718. OLE color: 14515718.
HSL color Cylindrical-coordinate representation of color #067EDD: hue angle of 206.51º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067EDD is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 126 | 221 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.13 |
| HSL | 206.51º | 0.95% | 0.45% | - |
| HSV(B) | 206.51º | 0.97% | 0.87% | - |
| XYZ | 20.59 | 20.18 | 71.22 | - |
| YUV | 100.95 | 195.74 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 126 | 221 | 0.97 | 0.43 | 0 | 0.13 | 206.51 | 0.95 | 0.45 |
| Hex | 6 | 7E | DD | 61 | 2B | 0 | D | CF | 5F | 2D |
| Octal | 6 | 176 | 335 | 141 | 53 | 0 | 15 | 317 | 137 | 55 |
| Binary | 110 | 1111110 | 11011101 | 1100001 | 101011 | 0 | 1101 | 11001111 | 1011111 | 101101 |
Color Harmonies of #067EDD
Complementary color
Monochromatic Colors of #067EDD
Black with #067EDD
Text Example
Text Example
White with #067EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067EDD; }
p { color: rgb(6,126,221); }
H1.HeaderClassName
{
color: #067EDD;
}
.AnyTagClassName
{
color: #067EDD;
}
</style>
background-color css
<style>
a { background-color: #067EDD; }
a { background-color: rgb(6,126,221); }
div.DivClassName
{
background-color: #067EDD;
}
.BgClassName
{
background-color: #067EDD;
}
</style>
border-color css
<style>
span { border-color: #067EDD; }
span { border-color: rgb(6,126,221); }
td.TdClassName
{
border-color: #067EDD;
}
.TagClassName
{
border-color: #067EDD;
}
</style>