Shades of Navy Blue #006DCC
Tints of Navy Blue #006DCC
RGB
CMYK
RGB Variations
Color information
#006DCC (or 0x006DCC) is known color: Navy Blue. HEX triplet: 00, 6D and CC. RGB value is (0,109,204). Sum of RGB (Red+Green+Blue) = 0+109+204=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #006DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DCC is #FF9233. Grayscale: #565656. Windows color (decimal): -16749108 or 13397248. OLE color: 13397248.
HSL color Cylindrical-coordinate representation of color #006DCC: hue angle of 207.94º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DCC is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 109 | 204 | - |
| CMYK | 1 | 0.47 | 0 | 0.2 |
| HSL | 207.94º | 1% | 0.4% | - |
| HSV(B) | 207.94º | 1% | 0.8% | - |
| XYZ | 16.37 | 15.3 | 59.22 | - |
| YUV | 87.24 | 193.89 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 204 | 1 | 0.47 | 0 | 0.2 | 207.94 | 1 | 0.4 |
| Hex | 0 | 6D | CC | 64 | 2F | 0 | 14 | D0 | 64 | 28 |
| Octal | 0 | 155 | 314 | 144 | 57 | 0 | 24 | 320 | 144 | 50 |
| Binary | 0 | 1101101 | 11001100 | 1100100 | 101111 | 0 | 10100 | 11010000 | 1100100 | 101000 |
Color Harmonies of #006DCC
Complementary color
Monochromatic Colors of #006DCC
Black with #006DCC
Text Example
Text Example
White with #006DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006DCC; }
p { color: rgb(0,109,204); }
H1.HeaderClassName
{
color: #006DCC;
}
.AnyTagClassName
{
color: #006DCC;
}
</style>
background-color css
<style>
a { background-color: #006DCC; }
a { background-color: rgb(0,109,204); }
div.DivClassName
{
background-color: #006DCC;
}
.BgClassName
{
background-color: #006DCC;
}
</style>
border-color css
<style>
span { border-color: #006DCC; }
span { border-color: rgb(0,109,204); }
td.TdClassName
{
border-color: #006DCC;
}
.TagClassName
{
border-color: #006DCC;
}
</style>