Shades of Navy Blue #0059F1
Tints of Navy Blue #0059F1
RGB
CMYK
RGB Variations
Color information
#0059F1 (or 0x0059F1) is known color: Navy Blue. HEX triplet: 00, 59 and F1. RGB value is (0,89,241). Sum of RGB (Red+Green+Blue) = 0+89+241=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 241 (94.53% from 255 or 73.03% from 330); Max value from RGB is 241 - color contains mainly: blue. Hex color #0059F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0059F1 is #FFA60E. Grayscale: #4F4F4F. Windows color (decimal): -16754191 or 15816960. OLE color: 15816960.
HSL color Cylindrical-coordinate representation of color #0059F1: hue angle of 217.84º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0059F1 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 89 | 241 | - |
| CMYK | 1 | 0.63 | 0 | 0.05 |
| HSL | 217.84º | 1% | 0.47% | - |
| HSV(B) | 217.84º | 1% | 0.95% | - |
| XYZ | 19.45 | 13.5 | 84.8 | - |
| YUV | 79.72 | 219.01 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 241 | 1 | 0.63 | 0 | 0.05 | 217.84 | 1 | 0.47 |
| Hex | 0 | 59 | F1 | 64 | 3F | 0 | 5 | DA | 64 | 2F |
| Octal | 0 | 131 | 361 | 144 | 77 | 0 | 5 | 332 | 144 | 57 |
| Binary | 0 | 1011001 | 11110001 | 1100100 | 111111 | 0 | 101 | 11011010 | 1100100 | 101111 |
Color Harmonies of #0059F1
Complementary color
Monochromatic Colors of #0059F1
Black with #0059F1
Text Example
Text Example
White with #0059F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0059F1; }
p { color: rgb(0,89,241); }
H1.HeaderClassName
{
color: #0059F1;
}
.AnyTagClassName
{
color: #0059F1;
}
</style>
background-color css
<style>
a { background-color: #0059F1; }
a { background-color: rgb(0,89,241); }
div.DivClassName
{
background-color: #0059F1;
}
.BgClassName
{
background-color: #0059F1;
}
</style>
border-color css
<style>
span { border-color: #0059F1; }
span { border-color: rgb(0,89,241); }
td.TdClassName
{
border-color: #0059F1;
}
.TagClassName
{
border-color: #0059F1;
}
</style>