Shades of Navy Blue #0059EA
Tints of Navy Blue #0059EA
RGB
CMYK
RGB Variations
Color information
#0059EA (or 0x0059EA) is known color: Navy Blue. HEX triplet: 00, 59 and EA. RGB value is (0,89,234). Sum of RGB (Red+Green+Blue) = 0+89+234=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 234 (91.80% from 255 or 72.45% from 323); Max value from RGB is 234 - color contains mainly: blue. Hex color #0059EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0059EA is #FFA615. Grayscale: #4E4E4E. Windows color (decimal): -16754198 or 15358208. OLE color: 15358208.
HSL color Cylindrical-coordinate representation of color #0059EA: hue angle of 217.18º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0059EA is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 89 | 234 | - |
| CMYK | 1 | 0.62 | 0 | 0.08 |
| HSL | 217.18º | 1% | 0.46% | - |
| HSV(B) | 217.18º | 1% | 0.92% | - |
| XYZ | 18.42 | 13.09 | 79.4 | - |
| YUV | 78.92 | 215.51 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 234 | 1 | 0.62 | 0 | 0.08 | 217.18 | 1 | 0.46 |
| Hex | 0 | 59 | EA | 64 | 3E | 0 | 8 | D9 | 64 | 2E |
| Octal | 0 | 131 | 352 | 144 | 76 | 0 | 10 | 331 | 144 | 56 |
| Binary | 0 | 1011001 | 11101010 | 1100100 | 111110 | 0 | 1000 | 11011001 | 1100100 | 101110 |
Color Harmonies of #0059EA
Complementary color
Monochromatic Colors of #0059EA
Black with #0059EA
Text Example
Text Example
White with #0059EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0059EA; }
p { color: rgb(0,89,234); }
H1.HeaderClassName
{
color: #0059EA;
}
.AnyTagClassName
{
color: #0059EA;
}
</style>
background-color css
<style>
a { background-color: #0059EA; }
a { background-color: rgb(0,89,234); }
div.DivClassName
{
background-color: #0059EA;
}
.BgClassName
{
background-color: #0059EA;
}
</style>
border-color css
<style>
span { border-color: #0059EA; }
span { border-color: rgb(0,89,234); }
td.TdClassName
{
border-color: #0059EA;
}
.TagClassName
{
border-color: #0059EA;
}
</style>