Html Css Color HEX #140376 Navy

📋 copy color: '#140376'

red 20 ◦ green 3 ◦ blue 118

#140376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #140376

Tints of Navy #140376

RGB

 RED value IS 20 (8.2% 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 value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#140376 (or 0x140376) is known color: 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

RGB 20 3 118 -
CMYK 0.83 0.97 0 0.54
HSL 248.87º 0.95% 0.24% -
HSV(B) 248.87º 0.97% 0.46% -
XYZ 3.59 1.52 17.24 -
YUV 21.19 182.63 127.15 -
System Red Green Blue C M Y K H S L
Decimal 20 3 118 0.83 0.97 0 0.54 248.87 0.95 0.24
Hex 14 3 76 53 61 0 36 F9 5F 18
Octal 24 3 166 123 141 0 66 371 137 30
Binary 10100 11 1110110 1010011 1100001 0 110110 11111001 1011111 11000

Color Harmonies of #140376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140376

Black with #140376

Text Example


Text Example

White with #140376

Text Example


Text Example

HTML Codes & Css Web 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>