Shades of Navy Blue #016DDF
Tints of Navy Blue #016DDF
RGB
CMYK
RGB Variations
Color information
#016DDF (or 0x016DDF) is known color: Navy Blue. HEX triplet: 01, 6D and DF. RGB value is (1,109,223). Sum of RGB (Red+Green+Blue) = 1+109+223=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #016DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DDF is #FE9220. Grayscale: #595959. Windows color (decimal): -16683553 or 14642433. OLE color: 14642433.
HSL color Cylindrical-coordinate representation of color #016DDF: hue angle of 210.81º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016DDF is Cyan = 1.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 109 | 223 | - |
| CMYK | 1.00 | 0.51 | 0 | 0.13 |
| HSL | 210.81º | 0.99% | 0.44% | - |
| HSV(B) | 210.81º | 1% | 0.87% | - |
| XYZ | 18.8 | 16.27 | 71.96 | - |
| YUV | 89.7 | 203.22 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 223 | 1.00 | 0.51 | 0 | 0.13 | 210.81 | 0.99 | 0.44 |
| Hex | 1 | 6D | DF | 64 | 33 | 0 | D | D3 | 63 | 2C |
| Octal | 1 | 155 | 337 | 144 | 63 | 0 | 15 | 323 | 143 | 54 |
| Binary | 1 | 1101101 | 11011111 | 1100100 | 110011 | 0 | 1101 | 11010011 | 1100011 | 101100 |
Color Harmonies of #016DDF
Complementary color
Monochromatic Colors of #016DDF
Black with #016DDF
Text Example
Text Example
White with #016DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DDF; }
p { color: rgb(1,109,223); }
H1.HeaderClassName
{
color: #016DDF;
}
.AnyTagClassName
{
color: #016DDF;
}
</style>
background-color css
<style>
a { background-color: #016DDF; }
a { background-color: rgb(1,109,223); }
div.DivClassName
{
background-color: #016DDF;
}
.BgClassName
{
background-color: #016DDF;
}
</style>
border-color css
<style>
span { border-color: #016DDF; }
span { border-color: rgb(1,109,223); }
td.TdClassName
{
border-color: #016DDF;
}
.TagClassName
{
border-color: #016DDF;
}
</style>