Shades of Navy Blue #0159FC
Tints of Navy Blue #0159FC
RGB
CMYK
RGB Variations
Color information
#0159FC (or 0x0159FC) is known color: Navy Blue. HEX triplet: 01, 59 and FC. RGB value is (1,89,252). Sum of RGB (Red+Green+Blue) = 1+89+252=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #0159FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0159FC is #FEA603. Grayscale: #505050. Windows color (decimal): -16688644 or 16537857. OLE color: 16537857.
HSL color Cylindrical-coordinate representation of color #0159FC: hue angle of 218.96º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0159FC is Cyan = 1.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 89 | 252 | - |
| CMYK | 1.00 | 0.65 | 0 | 0.01 |
| HSL | 218.96º | 0.99% | 0.5% | - |
| HSV(B) | 218.96º | 1% | 0.99% | - |
| XYZ | 21.16 | 14.18 | 93.72 | - |
| YUV | 81.27 | 224.35 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 252 | 1.00 | 0.65 | 0 | 0.01 | 218.96 | 0.99 | 0.5 |
| Hex | 1 | 59 | FC | 64 | 41 | 0 | 1 | DB | 63 | 32 |
| Octal | 1 | 131 | 374 | 144 | 101 | 0 | 1 | 333 | 143 | 62 |
| Binary | 1 | 1011001 | 11111100 | 1100100 | 1000001 | 0 | 1 | 11011011 | 1100011 | 110010 |
Color Harmonies of #0159FC
Complementary color
Monochromatic Colors of #0159FC
Black with #0159FC
Text Example
Text Example
White with #0159FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0159FC; }
p { color: rgb(1,89,252); }
H1.HeaderClassName
{
color: #0159FC;
}
.AnyTagClassName
{
color: #0159FC;
}
</style>
background-color css
<style>
a { background-color: #0159FC; }
a { background-color: rgb(1,89,252); }
div.DivClassName
{
background-color: #0159FC;
}
.BgClassName
{
background-color: #0159FC;
}
</style>
border-color css
<style>
span { border-color: #0159FC; }
span { border-color: rgb(1,89,252); }
td.TdClassName
{
border-color: #0159FC;
}
.TagClassName
{
border-color: #0159FC;
}
</style>