Shades of Navy Blue #0058CC
Tints of Navy Blue #0058CC
RGB
CMYK
RGB Variations
Color information
#0058CC (or 0x0058CC) is known color: Navy Blue. HEX triplet: 00, 58 and CC. RGB value is (0,88,204). Sum of RGB (Red+Green+Blue) = 0+88+204=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #0058CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0058CC is #FFA733. Grayscale: #4A4A4A. Windows color (decimal): -16754484 or 13391872. OLE color: 13391872.
HSL color Cylindrical-coordinate representation of color #0058CC: hue angle of 214.12º 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 #0058CC is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 88 | 204 | - |
| CMYK | 1 | 0.57 | 0 | 0.2 |
| HSL | 214.12º | 1% | 0.4% | - |
| HSV(B) | 214.12º | 1% | 0.8% | - |
| XYZ | 14.39 | 11.34 | 58.56 | - |
| YUV | 74.91 | 200.85 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 204 | 1 | 0.57 | 0 | 0.2 | 214.12 | 1 | 0.4 |
| Hex | 0 | 58 | CC | 64 | 39 | 0 | 14 | D6 | 64 | 28 |
| Octal | 0 | 130 | 314 | 144 | 71 | 0 | 24 | 326 | 144 | 50 |
| Binary | 0 | 1011000 | 11001100 | 1100100 | 111001 | 0 | 10100 | 11010110 | 1100100 | 101000 |
Color Harmonies of #0058CC
Complementary color
Monochromatic Colors of #0058CC
Black with #0058CC
Text Example
Text Example
White with #0058CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0058CC; }
p { color: rgb(0,88,204); }
H1.HeaderClassName
{
color: #0058CC;
}
.AnyTagClassName
{
color: #0058CC;
}
</style>
background-color css
<style>
a { background-color: #0058CC; }
a { background-color: rgb(0,88,204); }
div.DivClassName
{
background-color: #0058CC;
}
.BgClassName
{
background-color: #0058CC;
}
</style>
border-color css
<style>
span { border-color: #0058CC; }
span { border-color: rgb(0,88,204); }
td.TdClassName
{
border-color: #0058CC;
}
.TagClassName
{
border-color: #0058CC;
}
</style>