Shades of Navy Blue #0159FB
Tints of Navy Blue #0159FB
RGB
CMYK
RGB Variations
Color information
#0159FB (or 0x0159FB) is known color: Navy Blue. HEX triplet: 01, 59 and FB. RGB value is (1,89,251). Sum of RGB (Red+Green+Blue) = 1+89+251=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #0159FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0159FB is #FEA604. Grayscale: #505050. Windows color (decimal): -16688645 or 16472321. OLE color: 16472321.
HSL color Cylindrical-coordinate representation of color #0159FB: hue angle of 218.88º 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 #0159FB is Cyan = 1.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 89 | 251 | - |
| CMYK | 1.00 | 0.65 | 0 | 0.02 |
| HSL | 218.88º | 0.99% | 0.49% | - |
| HSV(B) | 218.88º | 1% | 0.98% | - |
| XYZ | 21 | 14.12 | 92.88 | - |
| YUV | 81.16 | 223.85 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 251 | 1.00 | 0.65 | 0 | 0.02 | 218.88 | 0.99 | 0.49 |
| Hex | 1 | 59 | FB | 64 | 41 | 0 | 2 | DB | 63 | 31 |
| Octal | 1 | 131 | 373 | 144 | 101 | 0 | 2 | 333 | 143 | 61 |
| Binary | 1 | 1011001 | 11111011 | 1100100 | 1000001 | 0 | 10 | 11011011 | 1100011 | 110001 |
Color Harmonies of #0159FB
Complementary color
Monochromatic Colors of #0159FB
Black with #0159FB
Text Example
Text Example
White with #0159FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0159FB; }
p { color: rgb(1,89,251); }
H1.HeaderClassName
{
color: #0159FB;
}
.AnyTagClassName
{
color: #0159FB;
}
</style>
background-color css
<style>
a { background-color: #0159FB; }
a { background-color: rgb(1,89,251); }
div.DivClassName
{
background-color: #0159FB;
}
.BgClassName
{
background-color: #0159FB;
}
</style>
border-color css
<style>
span { border-color: #0159FB; }
span { border-color: rgb(1,89,251); }
td.TdClassName
{
border-color: #0159FB;
}
.TagClassName
{
border-color: #0159FB;
}
</style>