Shades of Navy Blue #0059DF
Tints of Navy Blue #0059DF
RGB
CMYK
RGB Variations
Color information
#0059DF (or 0x0059DF) is known color: Navy Blue. HEX triplet: 00, 59 and DF. RGB value is (0,89,223). Sum of RGB (Red+Green+Blue) = 0+89+223=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #0059DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0059DF is #FFA620. Grayscale: #4D4D4D. Windows color (decimal): -16754209 or 14637312. OLE color: 14637312.
HSL color Cylindrical-coordinate representation of color #0059DF: hue angle of 216.05º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0059DF is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 89 | 223 | - |
| CMYK | 1 | 0.60 | 0 | 0.13 |
| HSL | 216.05º | 1% | 0.44% | - |
| HSV(B) | 216.05º | 1% | 0.87% | - |
| XYZ | 16.89 | 12.47 | 71.33 | - |
| YUV | 77.67 | 210.01 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 223 | 1 | 0.60 | 0 | 0.13 | 216.05 | 1 | 0.44 |
| Hex | 0 | 59 | DF | 64 | 3C | 0 | D | D8 | 64 | 2C |
| Octal | 0 | 131 | 337 | 144 | 74 | 0 | 15 | 330 | 144 | 54 |
| Binary | 0 | 1011001 | 11011111 | 1100100 | 111100 | 0 | 1101 | 11011000 | 1100100 | 101100 |
Color Harmonies of #0059DF
Complementary color
Monochromatic Colors of #0059DF
Black with #0059DF
Text Example
Text Example
White with #0059DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0059DF; }
p { color: rgb(0,89,223); }
H1.HeaderClassName
{
color: #0059DF;
}
.AnyTagClassName
{
color: #0059DF;
}
</style>
background-color css
<style>
a { background-color: #0059DF; }
a { background-color: rgb(0,89,223); }
div.DivClassName
{
background-color: #0059DF;
}
.BgClassName
{
background-color: #0059DF;
}
</style>
border-color css
<style>
span { border-color: #0059DF; }
span { border-color: rgb(0,89,223); }
td.TdClassName
{
border-color: #0059DF;
}
.TagClassName
{
border-color: #0059DF;
}
</style>