Shades of Navy Blue #0159E9
Tints of Navy Blue #0159E9
RGB
CMYK
RGB Variations
Color information
#0159E9 (or 0x0159E9) is known color: Navy Blue. HEX triplet: 01, 59 and E9. RGB value is (1,89,233). Sum of RGB (Red+Green+Blue) = 1+89+233=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 233 (91.41% from 255 or 72.14% from 323); Max value from RGB is 233 - color contains mainly: blue. Hex color #0159E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0159E9 is #FEA616. Grayscale: #4E4E4E. Windows color (decimal): -16688663 or 15292673. OLE color: 15292673.
HSL color Cylindrical-coordinate representation of color #0159E9: hue angle of 217.24º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0159E9 is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 89 | 233 | - |
| CMYK | 1.00 | 0.62 | 0 | 0.09 |
| HSL | 217.24º | 0.99% | 0.46% | - |
| HSV(B) | 217.24º | 1% | 0.91% | - |
| XYZ | 18.29 | 13.03 | 78.64 | - |
| YUV | 79.1 | 214.85 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 233 | 1.00 | 0.62 | 0 | 0.09 | 217.24 | 0.99 | 0.46 |
| Hex | 1 | 59 | E9 | 64 | 3E | 0 | 9 | D9 | 63 | 2E |
| Octal | 1 | 131 | 351 | 144 | 76 | 0 | 11 | 331 | 143 | 56 |
| Binary | 1 | 1011001 | 11101001 | 1100100 | 111110 | 0 | 1001 | 11011001 | 1100011 | 101110 |
Color Harmonies of #0159E9
Complementary color
Monochromatic Colors of #0159E9
Black with #0159E9
Text Example
Text Example
White with #0159E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0159E9; }
p { color: rgb(1,89,233); }
H1.HeaderClassName
{
color: #0159E9;
}
.AnyTagClassName
{
color: #0159E9;
}
</style>
background-color css
<style>
a { background-color: #0159E9; }
a { background-color: rgb(1,89,233); }
div.DivClassName
{
background-color: #0159E9;
}
.BgClassName
{
background-color: #0159E9;
}
</style>
border-color css
<style>
span { border-color: #0159E9; }
span { border-color: rgb(1,89,233); }
td.TdClassName
{
border-color: #0159E9;
}
.TagClassName
{
border-color: #0159E9;
}
</style>