Shades of Navy Blue #006DDF
Tints of Navy Blue #006DDF
RGB
CMYK
RGB Variations
Color information
#006DDF (or 0x006DDF) is known color: Navy Blue. HEX triplet: 00, 6D and DF. RGB value is (0,109,223). Sum of RGB (Red+Green+Blue) = 0+109+223=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #006DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DDF is #FF9220. Grayscale: #585858. Windows color (decimal): -16749089 or 14642432. OLE color: 14642432.
HSL color Cylindrical-coordinate representation of color #006DDF: hue angle of 210.67º 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 #006DDF is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 109 | 223 | - |
| CMYK | 1 | 0.51 | 0 | 0.13 |
| HSL | 210.67º | 1% | 0.44% | - |
| HSV(B) | 210.67º | 1% | 0.87% | - |
| XYZ | 18.79 | 16.26 | 71.96 | - |
| YUV | 89.41 | 203.39 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 223 | 1 | 0.51 | 0 | 0.13 | 210.67 | 1 | 0.44 |
| Hex | 0 | 6D | DF | 64 | 33 | 0 | D | D3 | 64 | 2C |
| Octal | 0 | 155 | 337 | 144 | 63 | 0 | 15 | 323 | 144 | 54 |
| Binary | 0 | 1101101 | 11011111 | 1100100 | 110011 | 0 | 1101 | 11010011 | 1100100 | 101100 |
Color Harmonies of #006DDF
Complementary color
Monochromatic Colors of #006DDF
Black with #006DDF
Text Example
Text Example
White with #006DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006DDF; }
p { color: rgb(0,109,223); }
H1.HeaderClassName
{
color: #006DDF;
}
.AnyTagClassName
{
color: #006DDF;
}
</style>
background-color css
<style>
a { background-color: #006DDF; }
a { background-color: rgb(0,109,223); }
div.DivClassName
{
background-color: #006DDF;
}
.BgClassName
{
background-color: #006DDF;
}
</style>
border-color css
<style>
span { border-color: #006DDF; }
span { border-color: rgb(0,109,223); }
td.TdClassName
{
border-color: #006DDF;
}
.TagClassName
{
border-color: #006DDF;
}
</style>