Shades of Navy #00177C
Tints of Navy #00177C
RGB
CMYK
RGB Variations
Color information
#00177C (or 0x00177C) is known color: Navy. HEX triplet: 00, 17 and 7C. RGB value is (0,23,124). Sum of RGB (Red+Green+Blue) = 0+23+124=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 124 (48.83% from 255 or 84.35% from 147); Max value from RGB is 124 - color contains mainly: blue. Hex color #00177C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00177C is #FFE883. Grayscale: #1B1B1B. Windows color (decimal): -16771204 or 8132352. OLE color: 8132352.
HSL color Cylindrical-coordinate representation of color #00177C: hue angle of 228.87º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00177C is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 23 | 124 | - |
| CMYK | 1 | 0.81 | 0 | 0.51 |
| HSL | 228.87º | 1% | 0.24% | - |
| HSV(B) | 228.87º | 1% | 0.49% | - |
| XYZ | 3.94 | 2.07 | 19.26 | - |
| YUV | 27.64 | 182.38 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 124 | 1 | 0.81 | 0 | 0.51 | 228.87 | 1 | 0.24 |
| Hex | 0 | 17 | 7C | 64 | 51 | 0 | 33 | E5 | 64 | 18 |
| Octal | 0 | 27 | 174 | 144 | 121 | 0 | 63 | 345 | 144 | 30 |
| Binary | 0 | 10111 | 1111100 | 1100100 | 1010001 | 0 | 110011 | 11100101 | 1100100 | 11000 |
Color Harmonies of #00177C
Complementary color
Monochromatic Colors of #00177C
Black with #00177C
Text Example
Text Example
White with #00177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00177C; }
p { color: rgb(0,23,124); }
H1.HeaderClassName
{
color: #00177C;
}
.AnyTagClassName
{
color: #00177C;
}
</style>
background-color css
<style>
a { background-color: #00177C; }
a { background-color: rgb(0,23,124); }
div.DivClassName
{
background-color: #00177C;
}
.BgClassName
{
background-color: #00177C;
}
</style>
border-color css
<style>
span { border-color: #00177C; }
span { border-color: rgb(0,23,124); }
td.TdClassName
{
border-color: #00177C;
}
.TagClassName
{
border-color: #00177C;
}
</style>