Shades of Navy Blue #0159F6
Tints of Navy Blue #0159F6
RGB
CMYK
RGB Variations
Color information
#0159F6 (or 0x0159F6) is known color: Navy Blue. HEX triplet: 01, 59 and F6. RGB value is (1,89,246). Sum of RGB (Red+Green+Blue) = 1+89+246=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 246 (96.48% from 255 or 73.21% from 336); Max value from RGB is 246 - color contains mainly: blue. Hex color #0159F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0159F6 is #FEA609. Grayscale: #4F4F4F. Windows color (decimal): -16688650 or 16144641. OLE color: 16144641.
HSL color Cylindrical-coordinate representation of color #0159F6: hue angle of 218.45º 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 #0159F6 is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 89 | 246 | - |
| CMYK | 1.00 | 0.64 | 0 | 0.04 |
| HSL | 218.45º | 0.99% | 0.48% | - |
| HSV(B) | 218.45º | 1% | 0.96% | - |
| XYZ | 20.22 | 13.81 | 88.79 | - |
| YUV | 80.59 | 221.35 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 246 | 1.00 | 0.64 | 0 | 0.04 | 218.45 | 0.99 | 0.48 |
| Hex | 1 | 59 | F6 | 64 | 40 | 0 | 4 | DA | 63 | 30 |
| Octal | 1 | 131 | 366 | 144 | 100 | 0 | 4 | 332 | 143 | 60 |
| Binary | 1 | 1011001 | 11110110 | 1100100 | 1000000 | 0 | 100 | 11011010 | 1100011 | 110000 |
Color Harmonies of #0159F6
Complementary color
Monochromatic Colors of #0159F6
Black with #0159F6
Text Example
Text Example
White with #0159F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0159F6; }
p { color: rgb(1,89,246); }
H1.HeaderClassName
{
color: #0159F6;
}
.AnyTagClassName
{
color: #0159F6;
}
</style>
background-color css
<style>
a { background-color: #0159F6; }
a { background-color: rgb(1,89,246); }
div.DivClassName
{
background-color: #0159F6;
}
.BgClassName
{
background-color: #0159F6;
}
</style>
border-color css
<style>
span { border-color: #0159F6; }
span { border-color: rgb(1,89,246); }
td.TdClassName
{
border-color: #0159F6;
}
.TagClassName
{
border-color: #0159F6;
}
</style>