Shades of Navy Blue #006EED
Tints of Navy Blue #006EED
RGB
CMYK
RGB Variations
Color information
#006EED (or 0x006EED) is known color: Navy Blue. HEX triplet: 00, 6E and ED. RGB value is (0,110,237). Sum of RGB (Red+Green+Blue) = 0+110+237=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #006EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006EED is #FF9112. Grayscale: #5A5A5A. Windows color (decimal): -16748819 or 15560192. OLE color: 15560192.
HSL color Cylindrical-coordinate representation of color #006EED: hue angle of 212.15º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EED is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 110 | 237 | - |
| CMYK | 1 | 0.54 | 0 | 0.07 |
| HSL | 212.15º | 1% | 0.46% | - |
| HSV(B) | 212.15º | 1% | 0.93% | - |
| XYZ | 20.86 | 17.27 | 82.35 | - |
| YUV | 91.59 | 210.06 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 237 | 1 | 0.54 | 0 | 0.07 | 212.15 | 1 | 0.46 |
| Hex | 0 | 6E | ED | 64 | 36 | 0 | 7 | D4 | 64 | 2E |
| Octal | 0 | 156 | 355 | 144 | 66 | 0 | 7 | 324 | 144 | 56 |
| Binary | 0 | 1101110 | 11101101 | 1100100 | 110110 | 0 | 111 | 11010100 | 1100100 | 101110 |
Color Harmonies of #006EED
Complementary color
Monochromatic Colors of #006EED
Black with #006EED
Text Example
Text Example
White with #006EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006EED; }
p { color: rgb(0,110,237); }
H1.HeaderClassName
{
color: #006EED;
}
.AnyTagClassName
{
color: #006EED;
}
</style>
background-color css
<style>
a { background-color: #006EED; }
a { background-color: rgb(0,110,237); }
div.DivClassName
{
background-color: #006EED;
}
.BgClassName
{
background-color: #006EED;
}
</style>
border-color css
<style>
span { border-color: #006EED; }
span { border-color: rgb(0,110,237); }
td.TdClassName
{
border-color: #006EED;
}
.TagClassName
{
border-color: #006EED;
}
</style>