Shades of Navy Blue #0163FB
Tints of Navy Blue #0163FB
RGB
CMYK
RGB Variations
Color information
#0163FB (or 0x0163FB) is known color: Navy Blue. HEX triplet: 01, 63 and FB. RGB value is (1,99,251). Sum of RGB (Red+Green+Blue) = 1+99+251=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #0163FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0163FB is #FE9C04. Grayscale: #565656. Windows color (decimal): -16686085 or 16474881. OLE color: 16474881.
HSL color Cylindrical-coordinate representation of color #0163FB: hue angle of 216.48º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0163FB is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 99 | 251 | - |
| CMYK | 1.00 | 0.61 | 0 | 0.02 |
| HSL | 216.48º | 0.99% | 0.49% | - |
| HSV(B) | 216.48º | 1% | 0.98% | - |
| XYZ | 21.89 | 15.9 | 93.18 | - |
| YUV | 87.03 | 220.53 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 251 | 1.00 | 0.61 | 0 | 0.02 | 216.48 | 0.99 | 0.49 |
| Hex | 1 | 63 | FB | 64 | 3D | 0 | 2 | D8 | 63 | 31 |
| Octal | 1 | 143 | 373 | 144 | 75 | 0 | 2 | 330 | 143 | 61 |
| Binary | 1 | 1100011 | 11111011 | 1100100 | 111101 | 0 | 10 | 11011000 | 1100011 | 110001 |
Color Harmonies of #0163FB
Complementary color
Monochromatic Colors of #0163FB
Black with #0163FB
Text Example
Text Example
White with #0163FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0163FB; }
p { color: rgb(1,99,251); }
H1.HeaderClassName
{
color: #0163FB;
}
.AnyTagClassName
{
color: #0163FB;
}
</style>
background-color css
<style>
a { background-color: #0163FB; }
a { background-color: rgb(1,99,251); }
div.DivClassName
{
background-color: #0163FB;
}
.BgClassName
{
background-color: #0163FB;
}
</style>
border-color css
<style>
span { border-color: #0163FB; }
span { border-color: rgb(1,99,251); }
td.TdClassName
{
border-color: #0163FB;
}
.TagClassName
{
border-color: #0163FB;
}
</style>