Shades of Navy Blue #016CDF
Tints of Navy Blue #016CDF
RGB
CMYK
RGB Variations
Color information
#016CDF (or 0x016CDF) is known color: Navy Blue. HEX triplet: 01, 6C and DF. RGB value is (1,108,223). Sum of RGB (Red+Green+Blue) = 1+108+223=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 108 (42.58% from 255 or 32.53% 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 #016CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CDF is #FE9320. Grayscale: #585858. Windows color (decimal): -16683809 or 14642177. OLE color: 14642177.
HSL color Cylindrical-coordinate representation of color #016CDF: hue angle of 211.08º 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 #016CDF is Cyan = 1.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 108 | 223 | - |
| CMYK | 1.00 | 0.52 | 0 | 0.13 |
| HSL | 211.08º | 0.99% | 0.44% | - |
| HSV(B) | 211.08º | 1% | 0.87% | - |
| XYZ | 18.69 | 16.06 | 71.93 | - |
| YUV | 89.12 | 203.55 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 223 | 1.00 | 0.52 | 0 | 0.13 | 211.08 | 0.99 | 0.44 |
| Hex | 1 | 6C | DF | 64 | 34 | 0 | D | D3 | 63 | 2C |
| Octal | 1 | 154 | 337 | 144 | 64 | 0 | 15 | 323 | 143 | 54 |
| Binary | 1 | 1101100 | 11011111 | 1100100 | 110100 | 0 | 1101 | 11010011 | 1100011 | 101100 |
Color Harmonies of #016CDF
Complementary color
Monochromatic Colors of #016CDF
Black with #016CDF
Text Example
Text Example
White with #016CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016CDF; }
p { color: rgb(1,108,223); }
H1.HeaderClassName
{
color: #016CDF;
}
.AnyTagClassName
{
color: #016CDF;
}
</style>
background-color css
<style>
a { background-color: #016CDF; }
a { background-color: rgb(1,108,223); }
div.DivClassName
{
background-color: #016CDF;
}
.BgClassName
{
background-color: #016CDF;
}
</style>
border-color css
<style>
span { border-color: #016CDF; }
span { border-color: rgb(1,108,223); }
td.TdClassName
{
border-color: #016CDF;
}
.TagClassName
{
border-color: #016CDF;
}
</style>