Shades of Navy Blue #016FDD
Tints of Navy Blue #016FDD
RGB
CMYK
RGB Variations
Color information
#016FDD (or 0x016FDD) is known color: Navy Blue. HEX triplet: 01, 6F and DD. RGB value is (1,111,221). Sum of RGB (Red+Green+Blue) = 1+111+221=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #016FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FDD is #FE9022. Grayscale: #5A5A5A. Windows color (decimal): -16683043 or 14511873. OLE color: 14511873.
HSL color Cylindrical-coordinate representation of color #016FDD: hue angle of 210º 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 #016FDD is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 111 | 221 | - |
| CMYK | 1.00 | 0.50 | 0 | 0.13 |
| HSL | 210º | 0.99% | 0.44% | - |
| HSV(B) | 210º | 1% | 0.87% | - |
| XYZ | 18.75 | 16.6 | 70.62 | - |
| YUV | 90.65 | 201.56 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 221 | 1.00 | 0.50 | 0 | 0.13 | 210 | 0.99 | 0.44 |
| Hex | 1 | 6F | DD | 64 | 32 | 0 | D | D2 | 63 | 2C |
| Octal | 1 | 157 | 335 | 144 | 62 | 0 | 15 | 322 | 143 | 54 |
| Binary | 1 | 1101111 | 11011101 | 1100100 | 110010 | 0 | 1101 | 11010010 | 1100011 | 101100 |
Color Harmonies of #016FDD
Complementary color
Monochromatic Colors of #016FDD
Black with #016FDD
Text Example
Text Example
White with #016FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016FDD; }
p { color: rgb(1,111,221); }
H1.HeaderClassName
{
color: #016FDD;
}
.AnyTagClassName
{
color: #016FDD;
}
</style>
background-color css
<style>
a { background-color: #016FDD; }
a { background-color: rgb(1,111,221); }
div.DivClassName
{
background-color: #016FDD;
}
.BgClassName
{
background-color: #016FDD;
}
</style>
border-color css
<style>
span { border-color: #016FDD; }
span { border-color: rgb(1,111,221); }
td.TdClassName
{
border-color: #016FDD;
}
.TagClassName
{
border-color: #016FDD;
}
</style>