Shades of Navy Blue #0159BE
Tints of Navy Blue #0159BE
RGB
CMYK
RGB Variations
Color information
#0159BE (or 0x0159BE) is known color: Navy Blue. HEX triplet: 01, 59 and BE. RGB value is (1,89,190). Sum of RGB (Red+Green+Blue) = 1+89+190=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #0159BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0159BE is #FEA641. Grayscale: #494949. Windows color (decimal): -16688706 or 12474625. OLE color: 12474625.
HSL color Cylindrical-coordinate representation of color #0159BE: hue angle of 212.06º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0159BE is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 89 | 190 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.25 |
| HSL | 212.06º | 0.99% | 0.37% | - |
| HSV(B) | 212.06º | 0.99% | 0.75% | - |
| XYZ | 12.88 | 10.87 | 50.13 | - |
| YUV | 74.2 | 193.35 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 190 | 0.99 | 0.53 | 0 | 0.25 | 212.06 | 0.99 | 0.37 |
| Hex | 1 | 59 | BE | 63 | 35 | 0 | 19 | D4 | 63 | 25 |
| Octal | 1 | 131 | 276 | 143 | 65 | 0 | 31 | 324 | 143 | 45 |
| Binary | 1 | 1011001 | 10111110 | 1100011 | 110101 | 0 | 11001 | 11010100 | 1100011 | 100101 |
Color Harmonies of #0159BE
Complementary color
Monochromatic Colors of #0159BE
Black with #0159BE
Text Example
Text Example
White with #0159BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0159BE; }
p { color: rgb(1,89,190); }
H1.HeaderClassName
{
color: #0159BE;
}
.AnyTagClassName
{
color: #0159BE;
}
</style>
background-color css
<style>
a { background-color: #0159BE; }
a { background-color: rgb(1,89,190); }
div.DivClassName
{
background-color: #0159BE;
}
.BgClassName
{
background-color: #0159BE;
}
</style>
border-color css
<style>
span { border-color: #0159BE; }
span { border-color: rgb(1,89,190); }
td.TdClassName
{
border-color: #0159BE;
}
.TagClassName
{
border-color: #0159BE;
}
</style>