Shades of Navy #140276
Tints of Navy #140276
RGB
CMYK
RGB Variations
Color information
#140276 (or 0x140276) is known color: Navy. HEX triplet: 14, 02 and 76. RGB value is (20,2,118). Sum of RGB (Red+Green+Blue) = 20+2+118=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 118 (46.48% from 255 or 84.29% from 140); Max value from RGB is 118 - color contains mainly: blue. Hex color #140276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140276 is #EBFD89. Grayscale: #141414. Windows color (decimal): -15465866 or 7733780. OLE color: 7733780.
HSL color Cylindrical-coordinate representation of color #140276: hue angle of 249.31º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140276 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 2 | 118 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.54 |
| HSL | 249.31º | 0.97% | 0.24% | - |
| HSV(B) | 249.31º | 0.98% | 0.46% | - |
| XYZ | 3.58 | 1.5 | 17.24 | - |
| YUV | 20.61 | 182.96 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 118 | 0.83 | 0.98 | 0 | 0.54 | 249.31 | 0.97 | 0.24 |
| Hex | 14 | 2 | 76 | 53 | 62 | 0 | 36 | F9 | 61 | 18 |
| Octal | 24 | 2 | 166 | 123 | 142 | 0 | 66 | 371 | 141 | 30 |
| Binary | 10100 | 10 | 1110110 | 1010011 | 1100010 | 0 | 110110 | 11111001 | 1100001 | 11000 |
Color Harmonies of #140276
Complementary color
Monochromatic Colors of #140276
Black with #140276
Text Example
Text Example
White with #140276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140276; }
p { color: rgb(20,2,118); }
H1.HeaderClassName
{
color: #140276;
}
.AnyTagClassName
{
color: #140276;
}
</style>
background-color css
<style>
a { background-color: #140276; }
a { background-color: rgb(20,2,118); }
div.DivClassName
{
background-color: #140276;
}
.BgClassName
{
background-color: #140276;
}
</style>
border-color css
<style>
span { border-color: #140276; }
span { border-color: rgb(20,2,118); }
td.TdClassName
{
border-color: #140276;
}
.TagClassName
{
border-color: #140276;
}
</style>