Shades of Navy Blue #0059CC
Tints of Navy Blue #0059CC
RGB
CMYK
RGB Variations
Color information
#0059CC (or 0x0059CC) is known color: Navy Blue. HEX triplet: 00, 59 and CC. RGB value is (0,89,204). Sum of RGB (Red+Green+Blue) = 0+89+204=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #0059CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0059CC is #FFA633. Grayscale: #4A4A4A. Windows color (decimal): -16754228 or 13392128. OLE color: 13392128.
HSL color Cylindrical-coordinate representation of color #0059CC: hue angle of 213.82º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0059CC is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 89 | 204 | - |
| CMYK | 1 | 0.56 | 0 | 0.2 |
| HSL | 213.82º | 1% | 0.4% | - |
| HSV(B) | 213.82º | 1% | 0.8% | - |
| XYZ | 14.47 | 11.5 | 58.58 | - |
| YUV | 75.5 | 200.51 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 204 | 1 | 0.56 | 0 | 0.2 | 213.82 | 1 | 0.4 |
| Hex | 0 | 59 | CC | 64 | 38 | 0 | 14 | D6 | 64 | 28 |
| Octal | 0 | 131 | 314 | 144 | 70 | 0 | 24 | 326 | 144 | 50 |
| Binary | 0 | 1011001 | 11001100 | 1100100 | 111000 | 0 | 10100 | 11010110 | 1100100 | 101000 |
Color Harmonies of #0059CC
Complementary color
Monochromatic Colors of #0059CC
Black with #0059CC
Text Example
Text Example
White with #0059CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0059CC; }
p { color: rgb(0,89,204); }
H1.HeaderClassName
{
color: #0059CC;
}
.AnyTagClassName
{
color: #0059CC;
}
</style>
background-color css
<style>
a { background-color: #0059CC; }
a { background-color: rgb(0,89,204); }
div.DivClassName
{
background-color: #0059CC;
}
.BgClassName
{
background-color: #0059CC;
}
</style>
border-color css
<style>
span { border-color: #0059CC; }
span { border-color: rgb(0,89,204); }
td.TdClassName
{
border-color: #0059CC;
}
.TagClassName
{
border-color: #0059CC;
}
</style>