Shades of Navy #000177
Tints of Navy #000177
RGB
CMYK
RGB Variations
Color information
#000177 (or 0x000177) is known color: Navy. HEX triplet: 00, 01 and 77. RGB value is (0,1,119). Sum of RGB (Red+Green+Blue) = 0+1+119=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 119 (46.88% from 255 or 99.17% from 120); Max value from RGB is 119 - color contains mainly: blue. Hex color #000177 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000177 is #FFFE88. Grayscale: #0D0D0D. Windows color (decimal): -16776841 or 7799040. OLE color: 7799040.
HSL color Cylindrical-coordinate representation of color #000177: hue angle of 239.5º 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 #000177 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 1 | 119 | - |
| CMYK | 1 | 0.99 | 0 | 0.53 |
| HSL | 239.5º | 1% | 0.23% | - |
| HSV(B) | 239.5º | 1% | 0.47% | - |
| XYZ | 3.34 | 1.35 | 17.54 | - |
| YUV | 14.15 | 187.17 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 119 | 1 | 0.99 | 0 | 0.53 | 239.5 | 1 | 0.23 |
| Hex | 0 | 1 | 77 | 64 | 63 | 0 | 35 | EF | 64 | 17 |
| Octal | 0 | 1 | 167 | 144 | 143 | 0 | 65 | 357 | 144 | 27 |
| Binary | 0 | 1 | 1110111 | 1100100 | 1100011 | 0 | 110101 | 11101111 | 1100100 | 10111 |
Color Harmonies of #000177
Complementary color
Monochromatic Colors of #000177
Black with #000177
Text Example
Text Example
White with #000177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000177; }
p { color: rgb(0,1,119); }
H1.HeaderClassName
{
color: #000177;
}
.AnyTagClassName
{
color: #000177;
}
</style>
background-color css
<style>
a { background-color: #000177; }
a { background-color: rgb(0,1,119); }
div.DivClassName
{
background-color: #000177;
}
.BgClassName
{
background-color: #000177;
}
</style>
border-color css
<style>
span { border-color: #000177; }
span { border-color: rgb(0,1,119); }
td.TdClassName
{
border-color: #000177;
}
.TagClassName
{
border-color: #000177;
}
</style>