Shades of Navy Blue #0159F2
Tints of Navy Blue #0159F2
RGB
CMYK
RGB Variations
Color information
#0159F2 (or 0x0159F2) is known color: Navy Blue. HEX triplet: 01, 59 and F2. RGB value is (1,89,242). Sum of RGB (Red+Green+Blue) = 1+89+242=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 242 (94.92% from 255 or 72.89% from 332); Max value from RGB is 242 - color contains mainly: blue. Hex color #0159F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0159F2 is #FEA60D. Grayscale: #4F4F4F. Windows color (decimal): -16688654 or 15882497. OLE color: 15882497.
HSL color Cylindrical-coordinate representation of color #0159F2: hue angle of 218.09º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0159F2 is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 89 | 242 | - |
| CMYK | 1.00 | 0.63 | 0 | 0.05 |
| HSL | 218.09º | 0.99% | 0.48% | - |
| HSV(B) | 218.09º | 1% | 0.95% | - |
| XYZ | 19.61 | 13.56 | 85.59 | - |
| YUV | 80.13 | 219.35 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 242 | 1.00 | 0.63 | 0 | 0.05 | 218.09 | 0.99 | 0.48 |
| Hex | 1 | 59 | F2 | 64 | 3F | 0 | 5 | DA | 63 | 30 |
| Octal | 1 | 131 | 362 | 144 | 77 | 0 | 5 | 332 | 143 | 60 |
| Binary | 1 | 1011001 | 11110010 | 1100100 | 111111 | 0 | 101 | 11011010 | 1100011 | 110000 |
Color Harmonies of #0159F2
Complementary color
Monochromatic Colors of #0159F2
Black with #0159F2
Text Example
Text Example
White with #0159F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0159F2; }
p { color: rgb(1,89,242); }
H1.HeaderClassName
{
color: #0159F2;
}
.AnyTagClassName
{
color: #0159F2;
}
</style>
background-color css
<style>
a { background-color: #0159F2; }
a { background-color: rgb(1,89,242); }
div.DivClassName
{
background-color: #0159F2;
}
.BgClassName
{
background-color: #0159F2;
}
</style>
border-color css
<style>
span { border-color: #0159F2; }
span { border-color: rgb(1,89,242); }
td.TdClassName
{
border-color: #0159F2;
}
.TagClassName
{
border-color: #0159F2;
}
</style>