Shades of Navy Blue #0160FB
Tints of Navy Blue #0160FB
RGB
CMYK
RGB Variations
Color information
#0160FB (or 0x0160FB) is known color: Navy Blue. HEX triplet: 01, 60 and FB. RGB value is (1,96,251). Sum of RGB (Red+Green+Blue) = 1+96+251=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #0160FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0160FB is #FE9F04. Grayscale: #545454. Windows color (decimal): -16686853 or 16474113. OLE color: 16474113.
HSL color Cylindrical-coordinate representation of color #0160FB: hue angle of 217.2º 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 #0160FB is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 96 | 251 | - |
| CMYK | 1.00 | 0.62 | 0 | 0.02 |
| HSL | 217.2º | 0.99% | 0.49% | - |
| HSV(B) | 217.2º | 1% | 0.98% | - |
| XYZ | 21.61 | 15.34 | 93.09 | - |
| YUV | 85.27 | 221.53 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 251 | 1.00 | 0.62 | 0 | 0.02 | 217.2 | 0.99 | 0.49 |
| Hex | 1 | 60 | FB | 64 | 3E | 0 | 2 | D9 | 63 | 31 |
| Octal | 1 | 140 | 373 | 144 | 76 | 0 | 2 | 331 | 143 | 61 |
| Binary | 1 | 1100000 | 11111011 | 1100100 | 111110 | 0 | 10 | 11011001 | 1100011 | 110001 |
Color Harmonies of #0160FB
Complementary color
Monochromatic Colors of #0160FB
Black with #0160FB
Text Example
Text Example
White with #0160FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0160FB; }
p { color: rgb(1,96,251); }
H1.HeaderClassName
{
color: #0160FB;
}
.AnyTagClassName
{
color: #0160FB;
}
</style>
background-color css
<style>
a { background-color: #0160FB; }
a { background-color: rgb(1,96,251); }
div.DivClassName
{
background-color: #0160FB;
}
.BgClassName
{
background-color: #0160FB;
}
</style>
border-color css
<style>
span { border-color: #0160FB; }
span { border-color: rgb(1,96,251); }
td.TdClassName
{
border-color: #0160FB;
}
.TagClassName
{
border-color: #0160FB;
}
</style>