Shades of Navy #140176
Tints of Navy #140176
RGB
CMYK
RGB Variations
Color information
#140176 (or 0x140176) is known color: Navy. HEX triplet: 14, 01 and 76. RGB value is (20,1,118). Sum of RGB (Red+Green+Blue) = 20+1+118=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 118 (46.48% from 255 or 84.89% from 139); Max value from RGB is 118 - color contains mainly: blue. Hex color #140176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140176 is #EBFE89. Grayscale: #131313. Windows color (decimal): -15466122 or 7733524. OLE color: 7733524.
HSL color Cylindrical-coordinate representation of color #140176: hue angle of 249.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140176 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 1 | 118 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.54 |
| HSL | 249.74º | 0.98% | 0.23% | - |
| HSV(B) | 249.74º | 0.99% | 0.46% | - |
| XYZ | 3.57 | 1.48 | 17.24 | - |
| YUV | 20.02 | 183.29 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 118 | 0.83 | 0.99 | 0 | 0.54 | 249.74 | 0.98 | 0.23 |
| Hex | 14 | 1 | 76 | 53 | 63 | 0 | 36 | FA | 62 | 17 |
| Octal | 24 | 1 | 166 | 123 | 143 | 0 | 66 | 372 | 142 | 27 |
| Binary | 10100 | 1 | 1110110 | 1010011 | 1100011 | 0 | 110110 | 11111010 | 1100010 | 10111 |
Color Harmonies of #140176
Complementary color
Monochromatic Colors of #140176
Black with #140176
Text Example
Text Example
White with #140176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140176; }
p { color: rgb(20,1,118); }
H1.HeaderClassName
{
color: #140176;
}
.AnyTagClassName
{
color: #140176;
}
</style>
background-color css
<style>
a { background-color: #140176; }
a { background-color: rgb(20,1,118); }
div.DivClassName
{
background-color: #140176;
}
.BgClassName
{
background-color: #140176;
}
</style>
border-color css
<style>
span { border-color: #140176; }
span { border-color: rgb(20,1,118); }
td.TdClassName
{
border-color: #140176;
}
.TagClassName
{
border-color: #140176;
}
</style>