Shades of Navy Blue #006ED8
Tints of Navy Blue #006ED8
RGB
CMYK
RGB Variations
Color information
#006ED8 (or 0x006ED8) is known color: Navy Blue. HEX triplet: 00, 6E and D8. RGB value is (0,110,216). Sum of RGB (Red+Green+Blue) = 0+110+216=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 216 (84.77% from 255 or 66.26% from 326); Max value from RGB is 216 - color contains mainly: blue. Hex color #006ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ED8 is #FF9127. Grayscale: #585858. Windows color (decimal): -16748840 or 14183936. OLE color: 14183936.
HSL color Cylindrical-coordinate representation of color #006ED8: hue angle of 209.44º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006ED8 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 110 | 216 | - |
| CMYK | 1 | 0.49 | 0 | 0.15 |
| HSL | 209.44º | 1% | 0.42% | - |
| HSV(B) | 209.44º | 1% | 0.85% | - |
| XYZ | 17.97 | 16.11 | 67.13 | - |
| YUV | 89.19 | 199.56 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 216 | 1 | 0.49 | 0 | 0.15 | 209.44 | 1 | 0.42 |
| Hex | 0 | 6E | D8 | 64 | 31 | 0 | F | D1 | 64 | 2A |
| Octal | 0 | 156 | 330 | 144 | 61 | 0 | 17 | 321 | 144 | 52 |
| Binary | 0 | 1101110 | 11011000 | 1100100 | 110001 | 0 | 1111 | 11010001 | 1100100 | 101010 |
Color Harmonies of #006ED8
Complementary color
Monochromatic Colors of #006ED8
Black with #006ED8
Text Example
Text Example
White with #006ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006ED8; }
p { color: rgb(0,110,216); }
H1.HeaderClassName
{
color: #006ED8;
}
.AnyTagClassName
{
color: #006ED8;
}
</style>
background-color css
<style>
a { background-color: #006ED8; }
a { background-color: rgb(0,110,216); }
div.DivClassName
{
background-color: #006ED8;
}
.BgClassName
{
background-color: #006ED8;
}
</style>
border-color css
<style>
span { border-color: #006ED8; }
span { border-color: rgb(0,110,216); }
td.TdClassName
{
border-color: #006ED8;
}
.TagClassName
{
border-color: #006ED8;
}
</style>