Shades of Navy Blue #016DF3
Tints of Navy Blue #016DF3
RGB
CMYK
RGB Variations
Color information
#016DF3 (or 0x016DF3) is known color: Navy Blue. HEX triplet: 01, 6D and F3. RGB value is (1,109,243). Sum of RGB (Red+Green+Blue) = 1+109+243=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 243 (95.31% from 255 or 68.84% from 353); Max value from RGB is 243 - color contains mainly: blue. Hex color #016DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016DF3 is #FE920C. Grayscale: #5B5B5B. Windows color (decimal): -16683533 or 15953153. OLE color: 15953153.
HSL color Cylindrical-coordinate representation of color #016DF3: hue angle of 213.22º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016DF3 is Cyan = 1.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 109 | 243 | - |
| CMYK | 1.00 | 0.55 | 0 | 0.05 |
| HSL | 213.22º | 0.99% | 0.48% | - |
| HSV(B) | 213.22º | 1% | 0.95% | - |
| XYZ | 21.66 | 17.41 | 87.01 | - |
| YUV | 91.98 | 213.22 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 243 | 1.00 | 0.55 | 0 | 0.05 | 213.22 | 0.99 | 0.48 |
| Hex | 1 | 6D | F3 | 64 | 37 | 0 | 5 | D5 | 63 | 30 |
| Octal | 1 | 155 | 363 | 144 | 67 | 0 | 5 | 325 | 143 | 60 |
| Binary | 1 | 1101101 | 11110011 | 1100100 | 110111 | 0 | 101 | 11010101 | 1100011 | 110000 |
Color Harmonies of #016DF3
Complementary color
Monochromatic Colors of #016DF3
Black with #016DF3
Text Example
Text Example
White with #016DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DF3; }
p { color: rgb(1,109,243); }
H1.HeaderClassName
{
color: #016DF3;
}
.AnyTagClassName
{
color: #016DF3;
}
</style>
background-color css
<style>
a { background-color: #016DF3; }
a { background-color: rgb(1,109,243); }
div.DivClassName
{
background-color: #016DF3;
}
.BgClassName
{
background-color: #016DF3;
}
</style>
border-color css
<style>
span { border-color: #016DF3; }
span { border-color: rgb(1,109,243); }
td.TdClassName
{
border-color: #016DF3;
}
.TagClassName
{
border-color: #016DF3;
}
</style>