Shades of Navy Blue #067EDA
Tints of Navy Blue #067EDA
RGB
CMYK
RGB Variations
Color information
#067EDA (or 0x067EDA) is known color: Navy Blue. HEX triplet: 06, 7E and DA. RGB value is (6,126,218). Sum of RGB (Red+Green+Blue) = 6+126+218=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #067EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067EDA is #F98125. Grayscale: #646464. Windows color (decimal): -16351526 or 14319110. OLE color: 14319110.
HSL color Cylindrical-coordinate representation of color #067EDA: hue angle of 206.04º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067EDA is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 126 | 218 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.15 |
| HSL | 206.04º | 0.95% | 0.44% | - |
| HSV(B) | 206.04º | 0.97% | 0.85% | - |
| XYZ | 20.19 | 20.02 | 69.13 | - |
| YUV | 100.61 | 194.24 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 126 | 218 | 0.97 | 0.42 | 0 | 0.15 | 206.04 | 0.95 | 0.44 |
| Hex | 6 | 7E | DA | 61 | 2A | 0 | F | CE | 5F | 2C |
| Octal | 6 | 176 | 332 | 141 | 52 | 0 | 17 | 316 | 137 | 54 |
| Binary | 110 | 1111110 | 11011010 | 1100001 | 101010 | 0 | 1111 | 11001110 | 1011111 | 101100 |
Color Harmonies of #067EDA
Complementary color
Monochromatic Colors of #067EDA
Black with #067EDA
Text Example
Text Example
White with #067EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067EDA; }
p { color: rgb(6,126,218); }
H1.HeaderClassName
{
color: #067EDA;
}
.AnyTagClassName
{
color: #067EDA;
}
</style>
background-color css
<style>
a { background-color: #067EDA; }
a { background-color: rgb(6,126,218); }
div.DivClassName
{
background-color: #067EDA;
}
.BgClassName
{
background-color: #067EDA;
}
</style>
border-color css
<style>
span { border-color: #067EDA; }
span { border-color: rgb(6,126,218); }
td.TdClassName
{
border-color: #067EDA;
}
.TagClassName
{
border-color: #067EDA;
}
</style>