Html Css Color HEX #140179 Navy

📋 copy color: '#140179'

red 20 ◦ green 1 ◦ blue 121

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

Shades of Navy #140179

Tints of Navy #140179

RGB

 RED value IS 20 (8.2% from 255) = 14.08%

 GREEN value IS 1 (0.78% from 255) = 0.7%

 BLUE value IS 121 (47.66% from 255) = 85.21%

R = 14.08%
G = 0.7%
B = 85.21%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#140179 (or 0x140179) is known color: Navy. HEX triplet: 14, 01 and 79. RGB value is (20,1,121). Sum of RGB (Red+Green+Blue) = 20+1+121=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 121 (47.66% from 255 or 85.21% from 142); Max value from RGB is 121 - color contains mainly: blue. Hex color #140179 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140179 is #EBFE86. Grayscale: #131313. Windows color (decimal): -15466119 or 7930132. OLE color: 7930132.

HSL color Cylindrical-coordinate representation of color #140179: hue angle of 249.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140179 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 1 121 -
CMYK 0.83 0.99 0 0.53
HSL 249.5º 0.98% 0.24% -
HSV(B) 249.5º 0.99% 0.47% -
XYZ 3.75 1.55 18.19 -
YUV 20.36 184.79 127.74 -
System Red Green Blue C M Y K H S L
Decimal 20 1 121 0.83 0.99 0 0.53 249.5 0.98 0.24
Hex 14 1 79 53 63 0 35 FA 62 18
Octal 24 1 171 123 143 0 65 372 142 30
Binary 10100 1 1111001 1010011 1100011 0 110101 11111010 1100010 11000

Color Harmonies of #140179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140179

Black with #140179

Text Example


Text Example

White with #140179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140179; }

 p { color: rgb(20,1,121); }

 H1.HeaderClassName
 {
   color: #140179;
 }
 .AnyTagClassName
 {
   color: #140179;
 }
</style>

background-color css

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

 a { background-color: rgb(20,1,121); }

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

border-color css

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

 span { border-color: rgb(20,1,121); }

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