Shades of Navy Blue #066DDC
Tints of Navy Blue #066DDC
RGB
CMYK
RGB Variations
Color information
#066DDC (or 0x066DDC) is known color: Navy Blue. HEX triplet: 06, 6D and DC. RGB value is (6,109,220). Sum of RGB (Red+Green+Blue) = 6+109+220=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #066DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066DDC is #F99223. Grayscale: #5A5A5A. Windows color (decimal): -16355876 or 14445830. OLE color: 14445830.
HSL color Cylindrical-coordinate representation of color #066DDC: hue angle of 211.12º 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 #066DDC is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 109 | 220 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.14 |
| HSL | 211.12º | 0.95% | 0.44% | - |
| HSV(B) | 211.12º | 0.97% | 0.86% | - |
| XYZ | 18.46 | 16.14 | 69.85 | - |
| YUV | 90.86 | 200.88 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 220 | 0.97 | 0.50 | 0 | 0.14 | 211.12 | 0.95 | 0.44 |
| Hex | 6 | 6D | DC | 61 | 32 | 0 | E | D3 | 5F | 2C |
| Octal | 6 | 155 | 334 | 141 | 62 | 0 | 16 | 323 | 137 | 54 |
| Binary | 110 | 1101101 | 11011100 | 1100001 | 110010 | 0 | 1110 | 11010011 | 1011111 | 101100 |
Color Harmonies of #066DDC
Complementary color
Monochromatic Colors of #066DDC
Black with #066DDC
Text Example
Text Example
White with #066DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066DDC; }
p { color: rgb(6,109,220); }
H1.HeaderClassName
{
color: #066DDC;
}
.AnyTagClassName
{
color: #066DDC;
}
</style>
background-color css
<style>
a { background-color: #066DDC; }
a { background-color: rgb(6,109,220); }
div.DivClassName
{
background-color: #066DDC;
}
.BgClassName
{
background-color: #066DDC;
}
</style>
border-color css
<style>
span { border-color: #066DDC; }
span { border-color: rgb(6,109,220); }
td.TdClassName
{
border-color: #066DDC;
}
.TagClassName
{
border-color: #066DDC;
}
</style>