Shades of Navy Blue #006EDB
Tints of Navy Blue #006EDB
RGB
CMYK
RGB Variations
Color information
#006EDB (or 0x006EDB) is known color: Navy Blue. HEX triplet: 00, 6E and DB. RGB value is (0,110,219). Sum of RGB (Red+Green+Blue) = 0+110+219=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #006EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EDB is #FF9124. Grayscale: #585858. Windows color (decimal): -16748837 or 14380544. OLE color: 14380544.
HSL color Cylindrical-coordinate representation of color #006EDB: hue angle of 209.86º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EDB is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 110 | 219 | - |
| CMYK | 1 | 0.50 | 0 | 0.14 |
| HSL | 209.86º | 1% | 0.43% | - |
| HSV(B) | 209.86º | 1% | 0.86% | - |
| XYZ | 18.36 | 16.27 | 69.19 | - |
| YUV | 89.54 | 201.06 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 219 | 1 | 0.50 | 0 | 0.14 | 209.86 | 1 | 0.43 |
| Hex | 0 | 6E | DB | 64 | 32 | 0 | E | D2 | 64 | 2B |
| Octal | 0 | 156 | 333 | 144 | 62 | 0 | 16 | 322 | 144 | 53 |
| Binary | 0 | 1101110 | 11011011 | 1100100 | 110010 | 0 | 1110 | 11010010 | 1100100 | 101011 |
Color Harmonies of #006EDB
Complementary color
Monochromatic Colors of #006EDB
Black with #006EDB
Text Example
Text Example
White with #006EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006EDB; }
p { color: rgb(0,110,219); }
H1.HeaderClassName
{
color: #006EDB;
}
.AnyTagClassName
{
color: #006EDB;
}
</style>
background-color css
<style>
a { background-color: #006EDB; }
a { background-color: rgb(0,110,219); }
div.DivClassName
{
background-color: #006EDB;
}
.BgClassName
{
background-color: #006EDB;
}
</style>
border-color css
<style>
span { border-color: #006EDB; }
span { border-color: rgb(0,110,219); }
td.TdClassName
{
border-color: #006EDB;
}
.TagClassName
{
border-color: #006EDB;
}
</style>