Shades of Navy Blue #0159DF
Tints of Navy Blue #0159DF
RGB
CMYK
RGB Variations
Color information
#0159DF (or 0x0159DF) is known color: Navy Blue. HEX triplet: 01, 59 and DF. RGB value is (1,89,223). Sum of RGB (Red+Green+Blue) = 1+89+223=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #0159DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0159DF is #FEA620. Grayscale: #4D4D4D. Windows color (decimal): -16688673 or 14637313. OLE color: 14637313.
HSL color Cylindrical-coordinate representation of color #0159DF: hue angle of 216.22º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0159DF is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 89 | 223 | - |
| CMYK | 1.00 | 0.60 | 0 | 0.13 |
| HSL | 216.22º | 0.99% | 0.44% | - |
| HSV(B) | 216.22º | 1% | 0.87% | - |
| XYZ | 16.9 | 12.48 | 71.33 | - |
| YUV | 77.96 | 209.85 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 223 | 1.00 | 0.60 | 0 | 0.13 | 216.22 | 0.99 | 0.44 |
| Hex | 1 | 59 | DF | 64 | 3C | 0 | D | D8 | 63 | 2C |
| Octal | 1 | 131 | 337 | 144 | 74 | 0 | 15 | 330 | 143 | 54 |
| Binary | 1 | 1011001 | 11011111 | 1100100 | 111100 | 0 | 1101 | 11011000 | 1100011 | 101100 |
Color Harmonies of #0159DF
Complementary color
Monochromatic Colors of #0159DF
Black with #0159DF
Text Example
Text Example
White with #0159DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0159DF; }
p { color: rgb(1,89,223); }
H1.HeaderClassName
{
color: #0159DF;
}
.AnyTagClassName
{
color: #0159DF;
}
</style>
background-color css
<style>
a { background-color: #0159DF; }
a { background-color: rgb(1,89,223); }
div.DivClassName
{
background-color: #0159DF;
}
.BgClassName
{
background-color: #0159DF;
}
</style>
border-color css
<style>
span { border-color: #0159DF; }
span { border-color: rgb(1,89,223); }
td.TdClassName
{
border-color: #0159DF;
}
.TagClassName
{
border-color: #0159DF;
}
</style>