Shades of Navy #01177C
Tints of Navy #01177C
RGB
CMYK
RGB Variations
Color information
#01177C (or 0x01177C) is known color: Navy. HEX triplet: 01, 17 and 7C. RGB value is (1,23,124). Sum of RGB (Red+Green+Blue) = 1+23+124=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 124 (48.83% from 255 or 83.78% from 148); Max value from RGB is 124 - color contains mainly: blue. Hex color #01177C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01177C is #FEE883. Grayscale: #1B1B1B. Windows color (decimal): -16705668 or 8132353. OLE color: 8132353.
HSL color Cylindrical-coordinate representation of color #01177C: hue angle of 229.27º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01177C is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 23 | 124 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.51 |
| HSL | 229.27º | 0.98% | 0.25% | - |
| HSV(B) | 229.27º | 0.99% | 0.49% | - |
| XYZ | 3.96 | 2.07 | 19.26 | - |
| YUV | 27.94 | 182.21 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 124 | 0.99 | 0.81 | 0 | 0.51 | 229.27 | 0.98 | 0.25 |
| Hex | 1 | 17 | 7C | 63 | 51 | 0 | 33 | E5 | 62 | 19 |
| Octal | 1 | 27 | 174 | 143 | 121 | 0 | 63 | 345 | 142 | 31 |
| Binary | 1 | 10111 | 1111100 | 1100011 | 1010001 | 0 | 110011 | 11100101 | 1100010 | 11001 |
Color Harmonies of #01177C
Complementary color
Monochromatic Colors of #01177C
Black with #01177C
Text Example
Text Example
White with #01177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01177C; }
p { color: rgb(1,23,124); }
H1.HeaderClassName
{
color: #01177C;
}
.AnyTagClassName
{
color: #01177C;
}
</style>
background-color css
<style>
a { background-color: #01177C; }
a { background-color: rgb(1,23,124); }
div.DivClassName
{
background-color: #01177C;
}
.BgClassName
{
background-color: #01177C;
}
</style>
border-color css
<style>
span { border-color: #01177C; }
span { border-color: rgb(1,23,124); }
td.TdClassName
{
border-color: #01177C;
}
.TagClassName
{
border-color: #01177C;
}
</style>