Shades of Navy Blue #0160FF
Tints of Navy Blue #0160FF
RGB
CMYK
RGB Variations
Color information
#0160FF (or 0x0160FF) is known color: Navy Blue. HEX triplet: 01, 60 and FF. RGB value is (1,96,255). Sum of RGB (Red+Green+Blue) = 1+96+255=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #0160FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0160FF is #FE9F00. Grayscale: #545454. Windows color (decimal): -16686849 or 16736257. OLE color: 16736257.
HSL color Cylindrical-coordinate representation of color #0160FF: hue angle of 217.56º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0160FF is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 96 | 255 | - |
| CMYK | 1.00 | 0.62 | 0 | 0 |
| HSL | 217.56º | 1% | 0.5% | - |
| HSV(B) | 217.56º | 1% | 1% | - |
| XYZ | 22.25 | 15.59 | 96.44 | - |
| YUV | 85.72 | 223.53 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 255 | 1.00 | 0.62 | 0 | 0 | 217.56 | 1 | 0.5 |
| Hex | 1 | 60 | FF | 64 | 3E | 0 | 0 | DA | 64 | 32 |
| Octal | 1 | 140 | 377 | 144 | 76 | 0 | 0 | 332 | 144 | 62 |
| Binary | 1 | 1100000 | 11111111 | 1100100 | 111110 | 0 | 0 | 11011010 | 1100100 | 110010 |
Color Harmonies of #0160FF
Complementary color
Monochromatic Colors of #0160FF
Black with #0160FF
Text Example
Text Example
White with #0160FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0160FF; }
p { color: rgb(1,96,255); }
H1.HeaderClassName
{
color: #0160FF;
}
.AnyTagClassName
{
color: #0160FF;
}
</style>
background-color css
<style>
a { background-color: #0160FF; }
a { background-color: rgb(1,96,255); }
div.DivClassName
{
background-color: #0160FF;
}
.BgClassName
{
background-color: #0160FF;
}
</style>
border-color css
<style>
span { border-color: #0160FF; }
span { border-color: rgb(1,96,255); }
td.TdClassName
{
border-color: #0160FF;
}
.TagClassName
{
border-color: #0160FF;
}
</style>