Shades of Navy Blue #0059BF
Tints of Navy Blue #0059BF
RGB
CMYK
RGB Variations
Color information
#0059BF (or 0x0059BF) is known color: Navy Blue. HEX triplet: 00, 59 and BF. RGB value is (0,89,191). Sum of RGB (Red+Green+Blue) = 0+89+191=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 191 (75% from 255 or 68.21% from 280); Max value from RGB is 191 - color contains mainly: blue. Hex color #0059BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0059BF is #FFA640. Grayscale: #494949. Windows color (decimal): -16754241 or 12540160. OLE color: 12540160.
HSL color Cylindrical-coordinate representation of color #0059BF: hue angle of 212.04º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0059BF is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 89 | 191 | - |
| CMYK | 1 | 0.53 | 0 | 0.25 |
| HSL | 212.04º | 1% | 0.37% | - |
| HSV(B) | 212.04º | 1% | 0.75% | - |
| XYZ | 12.98 | 10.91 | 50.71 | - |
| YUV | 74.02 | 194.01 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 191 | 1 | 0.53 | 0 | 0.25 | 212.04 | 1 | 0.37 |
| Hex | 0 | 59 | BF | 64 | 35 | 0 | 19 | D4 | 64 | 25 |
| Octal | 0 | 131 | 277 | 144 | 65 | 0 | 31 | 324 | 144 | 45 |
| Binary | 0 | 1011001 | 10111111 | 1100100 | 110101 | 0 | 11001 | 11010100 | 1100100 | 100101 |
Color Harmonies of #0059BF
Complementary color
Monochromatic Colors of #0059BF
Black with #0059BF
Text Example
Text Example
White with #0059BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0059BF; }
p { color: rgb(0,89,191); }
H1.HeaderClassName
{
color: #0059BF;
}
.AnyTagClassName
{
color: #0059BF;
}
</style>
background-color css
<style>
a { background-color: #0059BF; }
a { background-color: rgb(0,89,191); }
div.DivClassName
{
background-color: #0059BF;
}
.BgClassName
{
background-color: #0059BF;
}
</style>
border-color css
<style>
span { border-color: #0059BF; }
span { border-color: rgb(0,89,191); }
td.TdClassName
{
border-color: #0059BF;
}
.TagClassName
{
border-color: #0059BF;
}
</style>