Shades of Navy Blue #016BDF
Tints of Navy Blue #016BDF
RGB
CMYK
RGB Variations
Color information
#016BDF (or 0x016BDF) is known color: Navy Blue. HEX triplet: 01, 6B and DF. RGB value is (1,107,223). Sum of RGB (Red+Green+Blue) = 1+107+223=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #016BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BDF is #FE9420. Grayscale: #575757. Windows color (decimal): -16684065 or 14641921. OLE color: 14641921.
HSL color Cylindrical-coordinate representation of color #016BDF: hue angle of 211.35º 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 #016BDF is Cyan = 1.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 107 | 223 | - |
| CMYK | 1.00 | 0.52 | 0 | 0.13 |
| HSL | 211.35º | 0.99% | 0.44% | - |
| HSV(B) | 211.35º | 1% | 0.87% | - |
| XYZ | 18.59 | 15.85 | 71.89 | - |
| YUV | 88.53 | 203.88 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 223 | 1.00 | 0.52 | 0 | 0.13 | 211.35 | 0.99 | 0.44 |
| Hex | 1 | 6B | DF | 64 | 34 | 0 | D | D3 | 63 | 2C |
| Octal | 1 | 153 | 337 | 144 | 64 | 0 | 15 | 323 | 143 | 54 |
| Binary | 1 | 1101011 | 11011111 | 1100100 | 110100 | 0 | 1101 | 11010011 | 1100011 | 101100 |
Color Harmonies of #016BDF
Complementary color
Monochromatic Colors of #016BDF
Black with #016BDF
Text Example
Text Example
White with #016BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016BDF; }
p { color: rgb(1,107,223); }
H1.HeaderClassName
{
color: #016BDF;
}
.AnyTagClassName
{
color: #016BDF;
}
</style>
background-color css
<style>
a { background-color: #016BDF; }
a { background-color: rgb(1,107,223); }
div.DivClassName
{
background-color: #016BDF;
}
.BgClassName
{
background-color: #016BDF;
}
</style>
border-color css
<style>
span { border-color: #016BDF; }
span { border-color: rgb(1,107,223); }
td.TdClassName
{
border-color: #016BDF;
}
.TagClassName
{
border-color: #016BDF;
}
</style>