Shades of Navy Blue #0159BD
Tints of Navy Blue #0159BD
RGB
CMYK
RGB Variations
Color information
#0159BD (or 0x0159BD) is known color: Navy Blue. HEX triplet: 01, 59 and BD. RGB value is (1,89,189). Sum of RGB (Red+Green+Blue) = 1+89+189=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #0159BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0159BD is #FEA642. Grayscale: #494949. Windows color (decimal): -16688707 or 12409089. OLE color: 12409089.
HSL color Cylindrical-coordinate representation of color #0159BD: hue angle of 211.91º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0159BD is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 89 | 189 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.26 |
| HSL | 211.91º | 0.99% | 0.37% | - |
| HSV(B) | 211.91º | 0.99% | 0.74% | - |
| XYZ | 12.77 | 10.83 | 49.56 | - |
| YUV | 74.09 | 192.85 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 189 | 0.99 | 0.53 | 0 | 0.26 | 211.91 | 0.99 | 0.37 |
| Hex | 1 | 59 | BD | 63 | 35 | 0 | 1A | D4 | 63 | 25 |
| Octal | 1 | 131 | 275 | 143 | 65 | 0 | 32 | 324 | 143 | 45 |
| Binary | 1 | 1011001 | 10111101 | 1100011 | 110101 | 0 | 11010 | 11010100 | 1100011 | 100101 |
Color Harmonies of #0159BD
Complementary color
Monochromatic Colors of #0159BD
Black with #0159BD
Text Example
Text Example
White with #0159BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0159BD; }
p { color: rgb(1,89,189); }
H1.HeaderClassName
{
color: #0159BD;
}
.AnyTagClassName
{
color: #0159BD;
}
</style>
background-color css
<style>
a { background-color: #0159BD; }
a { background-color: rgb(1,89,189); }
div.DivClassName
{
background-color: #0159BD;
}
.BgClassName
{
background-color: #0159BD;
}
</style>
border-color css
<style>
span { border-color: #0159BD; }
span { border-color: rgb(1,89,189); }
td.TdClassName
{
border-color: #0159BD;
}
.TagClassName
{
border-color: #0159BD;
}
</style>