Shades of Navy Blue #0160E7
Tints of Navy Blue #0160E7
RGB
CMYK
RGB Variations
Color information
#0160E7 (or 0x0160E7) is known color: Navy Blue. HEX triplet: 01, 60 and E7. RGB value is (1,96,231). Sum of RGB (Red+Green+Blue) = 1+96+231=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 231 (90.62% from 255 or 70.43% from 328); Max value from RGB is 231 - color contains mainly: blue. Hex color #0160E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0160E7 is #FE9F18. Grayscale: #525252. Windows color (decimal): -16686873 or 15163393. OLE color: 15163393.
HSL color Cylindrical-coordinate representation of color #0160E7: hue angle of 215.22º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0160E7 is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 96 | 231 | - |
| CMYK | 1.00 | 0.58 | 0 | 0.09 |
| HSL | 215.22º | 0.99% | 0.45% | - |
| HSV(B) | 215.22º | 1% | 0.91% | - |
| XYZ | 18.62 | 14.14 | 77.35 | - |
| YUV | 82.99 | 211.53 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 231 | 1.00 | 0.58 | 0 | 0.09 | 215.22 | 0.99 | 0.45 |
| Hex | 1 | 60 | E7 | 64 | 3A | 0 | 9 | D7 | 63 | 2D |
| Octal | 1 | 140 | 347 | 144 | 72 | 0 | 11 | 327 | 143 | 55 |
| Binary | 1 | 1100000 | 11100111 | 1100100 | 111010 | 0 | 1001 | 11010111 | 1100011 | 101101 |
Color Harmonies of #0160E7
Complementary color
Monochromatic Colors of #0160E7
Black with #0160E7
Text Example
Text Example
White with #0160E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0160E7; }
p { color: rgb(1,96,231); }
H1.HeaderClassName
{
color: #0160E7;
}
.AnyTagClassName
{
color: #0160E7;
}
</style>
background-color css
<style>
a { background-color: #0160E7; }
a { background-color: rgb(1,96,231); }
div.DivClassName
{
background-color: #0160E7;
}
.BgClassName
{
background-color: #0160E7;
}
</style>
border-color css
<style>
span { border-color: #0160E7; }
span { border-color: rgb(1,96,231); }
td.TdClassName
{
border-color: #0160E7;
}
.TagClassName
{
border-color: #0160E7;
}
</style>