Shades of Navy Blue #016CF7
Tints of Navy Blue #016CF7
RGB
CMYK
RGB Variations
Color information
#016CF7 (or 0x016CF7) is known color: Navy Blue. HEX triplet: 01, 6C and F7. RGB value is (1,108,247). Sum of RGB (Red+Green+Blue) = 1+108+247=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 247 (96.88% from 255 or 69.38% from 356); Max value from RGB is 247 - color contains mainly: blue. Hex color #016CF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016CF7 is #FE9308. Grayscale: #5B5B5B. Windows color (decimal): -16683785 or 16215041. OLE color: 16215041.
HSL color Cylindrical-coordinate representation of color #016CF7: hue angle of 213.9º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016CF7 is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 108 | 247 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.03 |
| HSL | 213.9º | 0.99% | 0.49% | - |
| HSV(B) | 213.9º | 1% | 0.97% | - |
| XYZ | 22.16 | 17.45 | 90.2 | - |
| YUV | 91.85 | 215.55 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 247 | 1.00 | 0.56 | 0 | 0.03 | 213.9 | 0.99 | 0.49 |
| Hex | 1 | 6C | F7 | 64 | 38 | 0 | 3 | D6 | 63 | 31 |
| Octal | 1 | 154 | 367 | 144 | 70 | 0 | 3 | 326 | 143 | 61 |
| Binary | 1 | 1101100 | 11110111 | 1100100 | 111000 | 0 | 11 | 11010110 | 1100011 | 110001 |
Color Harmonies of #016CF7
Complementary color
Monochromatic Colors of #016CF7
Black with #016CF7
Text Example
Text Example
White with #016CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016CF7; }
p { color: rgb(1,108,247); }
H1.HeaderClassName
{
color: #016CF7;
}
.AnyTagClassName
{
color: #016CF7;
}
</style>
background-color css
<style>
a { background-color: #016CF7; }
a { background-color: rgb(1,108,247); }
div.DivClassName
{
background-color: #016CF7;
}
.BgClassName
{
background-color: #016CF7;
}
</style>
border-color css
<style>
span { border-color: #016CF7; }
span { border-color: rgb(1,108,247); }
td.TdClassName
{
border-color: #016CF7;
}
.TagClassName
{
border-color: #016CF7;
}
</style>