#140376

Color #140376 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #140376

Tints of Navy #140376

Color information

#140376 (or 0x140376) is unknown color: approx Navy. HEX triplet: 14, 03 and 76. RGB value is (20,3,118). Sum of RGB (Red+Green+Blue) = 20+3+118=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 118 (46.48% from 255 or 83.69% from 141); Max value from RGB is 118 - color contains mainly: blue. Hex color #140376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140376 is #EBFC89. Grayscale: #141414. Windows color (decimal): -15465610 or 7734036. OLE color: 7734036.

HSL color Cylindrical-coordinate representation of color #140376: hue angle of 248.87º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #140376 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB203118-
CMYK0.830.9700.54
HSL248.87º95.04%23.73%-
HSV(B)248.87º97.46%46.27%-
XYZ3.591.5217.24-
YUV21.19182.63127.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 14.18%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 118 (46.48% from 255) = 83.69%
R=14.18%
G=2.13%
B=83.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2031180.830.9700.54248.8795.0423.73
Hex143765361036f95f18
Octal24316612314106637113730
Binary1010011111011010100111100001011011011111001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140376; }

 p { color: rgb(20,3,118); }

 H1.HeaderClassName
 {
   color: #140376;
 }
 .AnyTagClassName
 {
   color: #140376;
 }
</style>
background-color css

<style>
 a { background-color: #140376; }

 a { background-color: rgb(20,3,118); }

 div.DivClassName
 {
   background-color: #140376;
 }
 .BgClassName
 {
   background-color: #140376;
 }
</style>
border-color css

<style>
 span { border-color: #140376; }

 span { border-color: rgb(20,3,118); }

 td.TdClassName
 {
   border-color: #140376;
 }
 .TagClassName
 {
   border-color: #140376;
 }
</style>