Shades of Navy #000582
Tints of Navy #000582
RGB
CMYK
RGB Variations
Color information
#000582 (or 0x000582) is known color: Navy. HEX triplet: 00, 05 and 82. RGB value is (0,5,130). Sum of RGB (Red+Green+Blue) = 0+5+130=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 130 (51.17% from 255 or 96.30% from 135); Max value from RGB is 130 - color contains mainly: blue. Hex color #000582 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000582 is #FFFA7D. Grayscale: #111111. Windows color (decimal): -16775806 or 8520960. OLE color: 8520960.
HSL color Cylindrical-coordinate representation of color #000582: hue angle of 237.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000582 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 5 | 130 | - |
| CMYK | 1 | 0.96 | 0 | 0.49 |
| HSL | 237.69º | 1% | 0.25% | - |
| HSV(B) | 237.69º | 1% | 0.51% | - |
| XYZ | 4.08 | 1.72 | 21.24 | - |
| YUV | 17.76 | 191.34 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 130 | 1 | 0.96 | 0 | 0.49 | 237.69 | 1 | 0.25 |
| Hex | 0 | 5 | 82 | 64 | 60 | 0 | 31 | EE | 64 | 19 |
| Octal | 0 | 5 | 202 | 144 | 140 | 0 | 61 | 356 | 144 | 31 |
| Binary | 0 | 101 | 10000010 | 1100100 | 1100000 | 0 | 110001 | 11101110 | 1100100 | 11001 |
Color Harmonies of #000582
Complementary color
Monochromatic Colors of #000582
Black with #000582
Text Example
Text Example
White with #000582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000582; }
p { color: rgb(0,5,130); }
H1.HeaderClassName
{
color: #000582;
}
.AnyTagClassName
{
color: #000582;
}
</style>
background-color css
<style>
a { background-color: #000582; }
a { background-color: rgb(0,5,130); }
div.DivClassName
{
background-color: #000582;
}
.BgClassName
{
background-color: #000582;
}
</style>
border-color css
<style>
span { border-color: #000582; }
span { border-color: rgb(0,5,130); }
td.TdClassName
{
border-color: #000582;
}
.TagClassName
{
border-color: #000582;
}
</style>