Shades of Navy Blue #0059BD
Tints of Navy Blue #0059BD
RGB
CMYK
RGB Variations
Color information
#0059BD (or 0x0059BD) is known color: Navy Blue. HEX triplet: 00, 59 and BD. RGB value is (0,89,189). Sum of RGB (Red+Green+Blue) = 0+89+189=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #0059BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0059BD is #FFA642. Grayscale: #494949. Windows color (decimal): -16754243 or 12409088. OLE color: 12409088.
HSL color Cylindrical-coordinate representation of color #0059BD: hue angle of 211.75º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0059BD is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 89 | 189 | - |
| CMYK | 1 | 0.53 | 0 | 0.26 |
| HSL | 211.75º | 1% | 0.37% | - |
| HSV(B) | 211.75º | 1% | 0.74% | - |
| XYZ | 12.76 | 10.82 | 49.56 | - |
| YUV | 73.79 | 193.01 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 189 | 1 | 0.53 | 0 | 0.26 | 211.75 | 1 | 0.37 |
| Hex | 0 | 59 | BD | 64 | 35 | 0 | 1A | D4 | 64 | 25 |
| Octal | 0 | 131 | 275 | 144 | 65 | 0 | 32 | 324 | 144 | 45 |
| Binary | 0 | 1011001 | 10111101 | 1100100 | 110101 | 0 | 11010 | 11010100 | 1100100 | 100101 |
Color Harmonies of #0059BD
Complementary color
Monochromatic Colors of #0059BD
Black with #0059BD
Text Example
Text Example
White with #0059BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0059BD; }
p { color: rgb(0,89,189); }
H1.HeaderClassName
{
color: #0059BD;
}
.AnyTagClassName
{
color: #0059BD;
}
</style>
background-color css
<style>
a { background-color: #0059BD; }
a { background-color: rgb(0,89,189); }
div.DivClassName
{
background-color: #0059BD;
}
.BgClassName
{
background-color: #0059BD;
}
</style>
border-color css
<style>
span { border-color: #0059BD; }
span { border-color: rgb(0,89,189); }
td.TdClassName
{
border-color: #0059BD;
}
.TagClassName
{
border-color: #0059BD;
}
</style>