Shades of Navy Blue #0059CB
Tints of Navy Blue #0059CB
RGB
CMYK
RGB Variations
Color information
#0059CB (or 0x0059CB) is known color: Navy Blue. HEX triplet: 00, 59 and CB. RGB value is (0,89,203). Sum of RGB (Red+Green+Blue) = 0+89+203=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 203 (79.69% from 255 or 69.52% from 292); Max value from RGB is 203 - color contains mainly: blue. Hex color #0059CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0059CB is #FFA634. Grayscale: #4A4A4A. Windows color (decimal): -16754229 or 13326592. OLE color: 13326592.
HSL color Cylindrical-coordinate representation of color #0059CB: hue angle of 213.69º 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 #0059CB is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 89 | 203 | - |
| CMYK | 1 | 0.56 | 0 | 0.20 |
| HSL | 213.69º | 1% | 0.4% | - |
| HSV(B) | 213.69º | 1% | 0.8% | - |
| XYZ | 14.35 | 11.46 | 57.95 | - |
| YUV | 75.39 | 200.01 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 203 | 1 | 0.56 | 0 | 0.20 | 213.69 | 1 | 0.4 |
| Hex | 0 | 59 | CB | 64 | 38 | 0 | 14 | D6 | 64 | 28 |
| Octal | 0 | 131 | 313 | 144 | 70 | 0 | 24 | 326 | 144 | 50 |
| Binary | 0 | 1011001 | 11001011 | 1100100 | 111000 | 0 | 10100 | 11010110 | 1100100 | 101000 |
Color Harmonies of #0059CB
Complementary color
Monochromatic Colors of #0059CB
Black with #0059CB
Text Example
Text Example
White with #0059CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0059CB; }
p { color: rgb(0,89,203); }
H1.HeaderClassName
{
color: #0059CB;
}
.AnyTagClassName
{
color: #0059CB;
}
</style>
background-color css
<style>
a { background-color: #0059CB; }
a { background-color: rgb(0,89,203); }
div.DivClassName
{
background-color: #0059CB;
}
.BgClassName
{
background-color: #0059CB;
}
</style>
border-color css
<style>
span { border-color: #0059CB; }
span { border-color: rgb(0,89,203); }
td.TdClassName
{
border-color: #0059CB;
}
.TagClassName
{
border-color: #0059CB;
}
</style>