Shades of Navy #000175
Tints of Navy #000175
RGB
CMYK
RGB Variations
Color information
#000175 (or 0x000175) is known color: Navy. HEX triplet: 00, 01 and 75. RGB value is (0,1,117). Sum of RGB (Red+Green+Blue) = 0+1+117=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 117 (46.09% from 255 or 99.15% from 118); Max value from RGB is 117 - color contains mainly: blue. Hex color #000175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000175 is #FFFE8A. Grayscale: #0D0D0D. Windows color (decimal): -16776843 or 7667968. OLE color: 7667968.
HSL color Cylindrical-coordinate representation of color #000175: hue angle of 239.49º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000175 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 1 | 117 | - |
| CMYK | 1 | 0.99 | 0 | 0.54 |
| HSL | 239.49º | 1% | 0.23% | - |
| HSV(B) | 239.49º | 1% | 0.46% | - |
| XYZ | 3.22 | 1.31 | 16.91 | - |
| YUV | 13.93 | 186.17 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 117 | 1 | 0.99 | 0 | 0.54 | 239.49 | 1 | 0.23 |
| Hex | 0 | 1 | 75 | 64 | 63 | 0 | 36 | EF | 64 | 17 |
| Octal | 0 | 1 | 165 | 144 | 143 | 0 | 66 | 357 | 144 | 27 |
| Binary | 0 | 1 | 1110101 | 1100100 | 1100011 | 0 | 110110 | 11101111 | 1100100 | 10111 |
Color Harmonies of #000175
Complementary color
Monochromatic Colors of #000175
Black with #000175
Text Example
Text Example
White with #000175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000175; }
p { color: rgb(0,1,117); }
H1.HeaderClassName
{
color: #000175;
}
.AnyTagClassName
{
color: #000175;
}
</style>
background-color css
<style>
a { background-color: #000175; }
a { background-color: rgb(0,1,117); }
div.DivClassName
{
background-color: #000175;
}
.BgClassName
{
background-color: #000175;
}
</style>
border-color css
<style>
span { border-color: #000175; }
span { border-color: rgb(0,1,117); }
td.TdClassName
{
border-color: #000175;
}
.TagClassName
{
border-color: #000175;
}
</style>