Shades of Navy #000585
Tints of Navy #000585
RGB
CMYK
RGB Variations
Color information
#000585 (or 0x000585) is known color: Navy. HEX triplet: 00, 05 and 85. RGB value is (0,5,133). Sum of RGB (Red+Green+Blue) = 0+5+133=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 133 (52.34% from 255 or 96.38% from 138); Max value from RGB is 133 - color contains mainly: blue. Hex color #000585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000585 is #FFFA7A. Grayscale: #111111. Windows color (decimal): -16775803 or 8717568. OLE color: 8717568.
HSL color Cylindrical-coordinate representation of color #000585: hue angle of 237.74º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000585 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 5 | 133 | - |
| CMYK | 1 | 0.96 | 0 | 0.48 |
| HSL | 237.74º | 1% | 0.26% | - |
| HSV(B) | 237.74º | 1% | 0.52% | - |
| XYZ | 4.29 | 1.8 | 22.31 | - |
| YUV | 18.1 | 192.84 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 133 | 1 | 0.96 | 0 | 0.48 | 237.74 | 1 | 0.26 |
| Hex | 0 | 5 | 85 | 64 | 60 | 0 | 30 | EE | 64 | 1A |
| Octal | 0 | 5 | 205 | 144 | 140 | 0 | 60 | 356 | 144 | 32 |
| Binary | 0 | 101 | 10000101 | 1100100 | 1100000 | 0 | 110000 | 11101110 | 1100100 | 11010 |
Color Harmonies of #000585
Complementary color
Monochromatic Colors of #000585
Black with #000585
Text Example
Text Example
White with #000585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000585; }
p { color: rgb(0,5,133); }
H1.HeaderClassName
{
color: #000585;
}
.AnyTagClassName
{
color: #000585;
}
</style>
background-color css
<style>
a { background-color: #000585; }
a { background-color: rgb(0,5,133); }
div.DivClassName
{
background-color: #000585;
}
.BgClassName
{
background-color: #000585;
}
</style>
border-color css
<style>
span { border-color: #000585; }
span { border-color: rgb(0,5,133); }
td.TdClassName
{
border-color: #000585;
}
.TagClassName
{
border-color: #000585;
}
</style>