Shades of Navy Blue #066EDC
Tints of Navy Blue #066EDC
RGB
CMYK
RGB Variations
Color information
#066EDC (or 0x066EDC) is known color: Navy Blue. HEX triplet: 06, 6E and DC. RGB value is (6,110,220). Sum of RGB (Red+Green+Blue) = 6+110+220=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #066EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066EDC is #F99123. Grayscale: #5A5A5A. Windows color (decimal): -16355620 or 14446086. OLE color: 14446086.
HSL color Cylindrical-coordinate representation of color #066EDC: hue angle of 210.84º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066EDC is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 110 | 220 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.14 |
| HSL | 210.84º | 0.95% | 0.44% | - |
| HSV(B) | 210.84º | 0.97% | 0.86% | - |
| XYZ | 18.57 | 16.36 | 69.89 | - |
| YUV | 91.44 | 200.54 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 220 | 0.97 | 0.50 | 0 | 0.14 | 210.84 | 0.95 | 0.44 |
| Hex | 6 | 6E | DC | 61 | 32 | 0 | E | D3 | 5F | 2C |
| Octal | 6 | 156 | 334 | 141 | 62 | 0 | 16 | 323 | 137 | 54 |
| Binary | 110 | 1101110 | 11011100 | 1100001 | 110010 | 0 | 1110 | 11010011 | 1011111 | 101100 |
Color Harmonies of #066EDC
Complementary color
Monochromatic Colors of #066EDC
Black with #066EDC
Text Example
Text Example
White with #066EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066EDC; }
p { color: rgb(6,110,220); }
H1.HeaderClassName
{
color: #066EDC;
}
.AnyTagClassName
{
color: #066EDC;
}
</style>
background-color css
<style>
a { background-color: #066EDC; }
a { background-color: rgb(6,110,220); }
div.DivClassName
{
background-color: #066EDC;
}
.BgClassName
{
background-color: #066EDC;
}
</style>
border-color css
<style>
span { border-color: #066EDC; }
span { border-color: rgb(6,110,220); }
td.TdClassName
{
border-color: #066EDC;
}
.TagClassName
{
border-color: #066EDC;
}
</style>