Shades of Navy #000577
Tints of Navy #000577
RGB
CMYK
RGB Variations
Color information
#000577 (or 0x000577) is known color: Navy. HEX triplet: 00, 05 and 77. RGB value is (0,5,119). Sum of RGB (Red+Green+Blue) = 0+5+119=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 119 (46.88% from 255 or 95.97% from 124); Max value from RGB is 119 - color contains mainly: blue. Hex color #000577 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000577 is #FFFA88. Grayscale: #101010. Windows color (decimal): -16775817 or 7800064. OLE color: 7800064.
HSL color Cylindrical-coordinate representation of color #000577: hue angle of 237.48º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000577 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 5 | 119 | - |
| CMYK | 1 | 0.96 | 0 | 0.53 |
| HSL | 237.48º | 1% | 0.23% | - |
| HSV(B) | 237.48º | 1% | 0.47% | - |
| XYZ | 3.38 | 1.44 | 17.55 | - |
| YUV | 16.5 | 185.84 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 119 | 1 | 0.96 | 0 | 0.53 | 237.48 | 1 | 0.23 |
| Hex | 0 | 5 | 77 | 64 | 60 | 0 | 35 | ED | 64 | 17 |
| Octal | 0 | 5 | 167 | 144 | 140 | 0 | 65 | 355 | 144 | 27 |
| Binary | 0 | 101 | 1110111 | 1100100 | 1100000 | 0 | 110101 | 11101101 | 1100100 | 10111 |
Color Harmonies of #000577
Complementary color
Monochromatic Colors of #000577
Black with #000577
Text Example
Text Example
White with #000577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000577; }
p { color: rgb(0,5,119); }
H1.HeaderClassName
{
color: #000577;
}
.AnyTagClassName
{
color: #000577;
}
</style>
background-color css
<style>
a { background-color: #000577; }
a { background-color: rgb(0,5,119); }
div.DivClassName
{
background-color: #000577;
}
.BgClassName
{
background-color: #000577;
}
</style>
border-color css
<style>
span { border-color: #000577; }
span { border-color: rgb(0,5,119); }
td.TdClassName
{
border-color: #000577;
}
.TagClassName
{
border-color: #000577;
}
</style>