Shades of Navy Blue #006DDC
Tints of Navy Blue #006DDC
RGB
CMYK
RGB Variations
Color information
#006DDC (or 0x006DDC) is known color: Navy Blue. HEX triplet: 00, 6D and DC. RGB value is (0,109,220). Sum of RGB (Red+Green+Blue) = 0+109+220=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #006DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DDC is #FF9223. Grayscale: #585858. Windows color (decimal): -16749092 or 14445824. OLE color: 14445824.
HSL color Cylindrical-coordinate representation of color #006DDC: hue angle of 210.27º 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 #006DDC is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 109 | 220 | - |
| CMYK | 1 | 0.50 | 0 | 0.14 |
| HSL | 210.27º | 1% | 0.43% | - |
| HSV(B) | 210.27º | 1% | 0.86% | - |
| XYZ | 18.39 | 16.1 | 69.85 | - |
| YUV | 89.06 | 201.89 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 220 | 1 | 0.50 | 0 | 0.14 | 210.27 | 1 | 0.43 |
| Hex | 0 | 6D | DC | 64 | 32 | 0 | E | D2 | 64 | 2B |
| Octal | 0 | 155 | 334 | 144 | 62 | 0 | 16 | 322 | 144 | 53 |
| Binary | 0 | 1101101 | 11011100 | 1100100 | 110010 | 0 | 1110 | 11010010 | 1100100 | 101011 |
Color Harmonies of #006DDC
Complementary color
Monochromatic Colors of #006DDC
Black with #006DDC
Text Example
Text Example
White with #006DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006DDC; }
p { color: rgb(0,109,220); }
H1.HeaderClassName
{
color: #006DDC;
}
.AnyTagClassName
{
color: #006DDC;
}
</style>
background-color css
<style>
a { background-color: #006DDC; }
a { background-color: rgb(0,109,220); }
div.DivClassName
{
background-color: #006DDC;
}
.BgClassName
{
background-color: #006DDC;
}
</style>
border-color css
<style>
span { border-color: #006DDC; }
span { border-color: rgb(0,109,220); }
td.TdClassName
{
border-color: #006DDC;
}
.TagClassName
{
border-color: #006DDC;
}
</style>