Html Css Color HEX #140477 Navy

📋 copy color: '#140477'

red 20 ◦ green 4 ◦ blue 119

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

Shades of Navy #140477

Tints of Navy #140477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.8%

 BLUE value IS 119 (46.88% from 255) = 83.22%

R = 13.99%
G = 2.8%
B = 83.22%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#140477 (or 0x140477) is known color: Navy. HEX triplet: 14, 04 and 77. RGB value is (20,4,119). Sum of RGB (Red+Green+Blue) = 20+4+119=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 119 (46.88% from 255 or 83.22% from 143); Max value from RGB is 119 - color contains mainly: blue. Hex color #140477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140477 is #EBFB88. Grayscale: #151515. Windows color (decimal): -15465353 or 7799828. OLE color: 7799828.

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

Color convert

RGB 20 4 119 -
CMYK 0.83 0.97 0 0.53
HSL 248.35º 0.93% 0.24% -
HSV(B) 248.35º 0.97% 0.47% -
XYZ 3.66 1.57 17.56 -
YUV 21.89 182.8 126.65 -
System Red Green Blue C M Y K H S L
Decimal 20 4 119 0.83 0.97 0 0.53 248.35 0.93 0.24
Hex 14 4 77 53 61 0 35 F8 5D 18
Octal 24 4 167 123 141 0 65 370 135 30
Binary 10100 100 1110111 1010011 1100001 0 110101 11111000 1011101 11000

Color Harmonies of #140477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140477

Black with #140477

Text Example


Text Example

White with #140477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140477; }

 p { color: rgb(20,4,119); }

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

background-color css

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

 a { background-color: rgb(20,4,119); }

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

border-color css

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

 span { border-color: rgb(20,4,119); }

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