Shades of Navy Blue #016CF4
Tints of Navy Blue #016CF4
RGB
CMYK
RGB Variations
Color information
#016CF4 (or 0x016CF4) is known color: Navy Blue. HEX triplet: 01, 6C and F4. RGB value is (1,108,244). Sum of RGB (Red+Green+Blue) = 1+108+244=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 244 (95.70% from 255 or 69.12% from 353); Max value from RGB is 244 - color contains mainly: blue. Hex color #016CF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016CF4 is #FE930B. Grayscale: #5A5A5A. Windows color (decimal): -16683788 or 16018433. OLE color: 16018433.
HSL color Cylindrical-coordinate representation of color #016CF4: hue angle of 213.58º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016CF4 is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 108 | 244 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.04 |
| HSL | 213.58º | 0.99% | 0.48% | - |
| HSV(B) | 213.58º | 1% | 0.96% | - |
| XYZ | 21.7 | 17.26 | 87.78 | - |
| YUV | 91.51 | 214.05 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 244 | 1.00 | 0.56 | 0 | 0.04 | 213.58 | 0.99 | 0.48 |
| Hex | 1 | 6C | F4 | 64 | 38 | 0 | 4 | D6 | 63 | 30 |
| Octal | 1 | 154 | 364 | 144 | 70 | 0 | 4 | 326 | 143 | 60 |
| Binary | 1 | 1101100 | 11110100 | 1100100 | 111000 | 0 | 100 | 11010110 | 1100011 | 110000 |
Color Harmonies of #016CF4
Complementary color
Monochromatic Colors of #016CF4
Black with #016CF4
Text Example
Text Example
White with #016CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016CF4; }
p { color: rgb(1,108,244); }
H1.HeaderClassName
{
color: #016CF4;
}
.AnyTagClassName
{
color: #016CF4;
}
</style>
background-color css
<style>
a { background-color: #016CF4; }
a { background-color: rgb(1,108,244); }
div.DivClassName
{
background-color: #016CF4;
}
.BgClassName
{
background-color: #016CF4;
}
</style>
border-color css
<style>
span { border-color: #016CF4; }
span { border-color: rgb(1,108,244); }
td.TdClassName
{
border-color: #016CF4;
}
.TagClassName
{
border-color: #016CF4;
}
</style>