Shades of Navy #000058
Tints of Navy #000058
RGB
CMYK
RGB Variations
Color information
#000058 (or 0x000058) is known color: Navy. HEX triplet: 00, 00 and 58. RGB value is (0,0,88). Sum of RGB (Red+Green+Blue) = 0+0+88=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 88 (34.77% from 255 or 100% from 88); Max value from RGB is 88 - color contains mainly: blue. Hex color #000058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000058 is #FFFFA7. Grayscale: #090909. Windows color (decimal): -16777128 or 5767168. OLE color: 5767168.
HSL color Cylindrical-coordinate representation of color #000058: hue angle of 240º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000058 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 0 | 88 | - |
| CMYK | 1 | 1 | 0 | 0.65 |
| HSL | 240º | 1% | 0.17% | - |
| HSV(B) | 240º | 1% | 0.35% | - |
| XYZ | 1.76 | 0.7 | 9.28 | - |
| YUV | 10.03 | 172 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 88 | 1 | 1 | 0 | 0.65 | 240 | 1 | 0.17 |
| Hex | 0 | 0 | 58 | 64 | 64 | 0 | 41 | F0 | 64 | 11 |
| Octal | 0 | 0 | 130 | 144 | 144 | 0 | 101 | 360 | 144 | 21 |
| Binary | 0 | 0 | 1011000 | 1100100 | 1100100 | 0 | 1000001 | 11110000 | 1100100 | 10001 |
Color Harmonies of #000058
Complementary color
Monochromatic Colors of #000058
Black with #000058
Text Example
Text Example
White with #000058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000058; }
p { color: rgb(0,0,88); }
H1.HeaderClassName
{
color: #000058;
}
.AnyTagClassName
{
color: #000058;
}
</style>
background-color css
<style>
a { background-color: #000058; }
a { background-color: rgb(0,0,88); }
div.DivClassName
{
background-color: #000058;
}
.BgClassName
{
background-color: #000058;
}
</style>
border-color css
<style>
span { border-color: #000058; }
span { border-color: rgb(0,0,88); }
td.TdClassName
{
border-color: #000058;
}
.TagClassName
{
border-color: #000058;
}
</style>