Shades of Navy Blue #0163F6
Tints of Navy Blue #0163F6
RGB
CMYK
RGB Variations
Color information
#0163F6 (or 0x0163F6) is known color: Navy Blue. HEX triplet: 01, 63 and F6. RGB value is (1,99,246). Sum of RGB (Red+Green+Blue) = 1+99+246=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 246 (96.48% from 255 or 71.10% from 346); Max value from RGB is 246 - color contains mainly: blue. Hex color #0163F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0163F6 is #FE9C09. Grayscale: #555555. Windows color (decimal): -16686090 or 16147201. OLE color: 16147201.
HSL color Cylindrical-coordinate representation of color #0163F6: hue angle of 216º 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 #0163F6 is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 99 | 246 | - |
| CMYK | 1.00 | 0.60 | 0 | 0.04 |
| HSL | 216º | 0.99% | 0.48% | - |
| HSV(B) | 216º | 1% | 0.96% | - |
| XYZ | 21.11 | 15.58 | 89.08 | - |
| YUV | 86.46 | 218.03 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 246 | 1.00 | 0.60 | 0 | 0.04 | 216 | 0.99 | 0.48 |
| Hex | 1 | 63 | F6 | 64 | 3C | 0 | 4 | D8 | 63 | 30 |
| Octal | 1 | 143 | 366 | 144 | 74 | 0 | 4 | 330 | 143 | 60 |
| Binary | 1 | 1100011 | 11110110 | 1100100 | 111100 | 0 | 100 | 11011000 | 1100011 | 110000 |
Color Harmonies of #0163F6
Complementary color
Monochromatic Colors of #0163F6
Black with #0163F6
Text Example
Text Example
White with #0163F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0163F6; }
p { color: rgb(1,99,246); }
H1.HeaderClassName
{
color: #0163F6;
}
.AnyTagClassName
{
color: #0163F6;
}
</style>
background-color css
<style>
a { background-color: #0163F6; }
a { background-color: rgb(1,99,246); }
div.DivClassName
{
background-color: #0163F6;
}
.BgClassName
{
background-color: #0163F6;
}
</style>
border-color css
<style>
span { border-color: #0163F6; }
span { border-color: rgb(1,99,246); }
td.TdClassName
{
border-color: #0163F6;
}
.TagClassName
{
border-color: #0163F6;
}
</style>