Shades of Navy Blue #006EDF
Tints of Navy Blue #006EDF
RGB
CMYK
RGB Variations
Color information
#006EDF (or 0x006EDF) is known color: Navy Blue. HEX triplet: 00, 6E and DF. RGB value is (0,110,223). Sum of RGB (Red+Green+Blue) = 0+110+223=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #006EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EDF is #FF9120. Grayscale: #595959. Windows color (decimal): -16748833 or 14642688. OLE color: 14642688.
HSL color Cylindrical-coordinate representation of color #006EDF: hue angle of 210.4º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EDF is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 110 | 223 | - |
| CMYK | 1 | 0.51 | 0 | 0.13 |
| HSL | 210.4º | 1% | 0.44% | - |
| HSV(B) | 210.4º | 1% | 0.87% | - |
| XYZ | 18.9 | 16.48 | 72 | - |
| YUV | 89.99 | 203.06 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 223 | 1 | 0.51 | 0 | 0.13 | 210.4 | 1 | 0.44 |
| Hex | 0 | 6E | DF | 64 | 33 | 0 | D | D2 | 64 | 2C |
| Octal | 0 | 156 | 337 | 144 | 63 | 0 | 15 | 322 | 144 | 54 |
| Binary | 0 | 1101110 | 11011111 | 1100100 | 110011 | 0 | 1101 | 11010010 | 1100100 | 101100 |
Color Harmonies of #006EDF
Complementary color
Monochromatic Colors of #006EDF
Black with #006EDF
Text Example
Text Example
White with #006EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006EDF; }
p { color: rgb(0,110,223); }
H1.HeaderClassName
{
color: #006EDF;
}
.AnyTagClassName
{
color: #006EDF;
}
</style>
background-color css
<style>
a { background-color: #006EDF; }
a { background-color: rgb(0,110,223); }
div.DivClassName
{
background-color: #006EDF;
}
.BgClassName
{
background-color: #006EDF;
}
</style>
border-color css
<style>
span { border-color: #006EDF; }
span { border-color: rgb(0,110,223); }
td.TdClassName
{
border-color: #006EDF;
}
.TagClassName
{
border-color: #006EDF;
}
</style>