Shades of Navy Blue #0059CF
Tints of Navy Blue #0059CF
RGB
CMYK
RGB Variations
Color information
#0059CF (or 0x0059CF) is known color: Navy Blue. HEX triplet: 00, 59 and CF. RGB value is (0,89,207). Sum of RGB (Red+Green+Blue) = 0+89+207=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #0059CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0059CF is #FFA630. Grayscale: #4B4B4B. Windows color (decimal): -16754225 or 13588736. OLE color: 13588736.
HSL color Cylindrical-coordinate representation of color #0059CF: hue angle of 214.2º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0059CF is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 89 | 207 | - |
| CMYK | 1 | 0.57 | 0 | 0.19 |
| HSL | 214.2º | 1% | 0.41% | - |
| HSV(B) | 214.2º | 1% | 0.81% | - |
| XYZ | 14.83 | 11.65 | 60.5 | - |
| YUV | 75.84 | 202.01 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 207 | 1 | 0.57 | 0 | 0.19 | 214.2 | 1 | 0.41 |
| Hex | 0 | 59 | CF | 64 | 39 | 0 | 13 | D6 | 64 | 29 |
| Octal | 0 | 131 | 317 | 144 | 71 | 0 | 23 | 326 | 144 | 51 |
| Binary | 0 | 1011001 | 11001111 | 1100100 | 111001 | 0 | 10011 | 11010110 | 1100100 | 101001 |
Color Harmonies of #0059CF
Complementary color
Monochromatic Colors of #0059CF
Black with #0059CF
Text Example
Text Example
White with #0059CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0059CF; }
p { color: rgb(0,89,207); }
H1.HeaderClassName
{
color: #0059CF;
}
.AnyTagClassName
{
color: #0059CF;
}
</style>
background-color css
<style>
a { background-color: #0059CF; }
a { background-color: rgb(0,89,207); }
div.DivClassName
{
background-color: #0059CF;
}
.BgClassName
{
background-color: #0059CF;
}
</style>
border-color css
<style>
span { border-color: #0059CF; }
span { border-color: rgb(0,89,207); }
td.TdClassName
{
border-color: #0059CF;
}
.TagClassName
{
border-color: #0059CF;
}
</style>