Html Css Color HEX #140E77 Midnight Blue

📋 copy color: '#140E77'

red 20 ◦ green 14 ◦ blue 119

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

Shades of Midnight Blue #140E77

Tints of Midnight Blue #140E77

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.15%

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

R = 13.07%
G = 9.15%
B = 77.78%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#140E77 (or 0x140E77) is known color: Midnight Blue. HEX triplet: 14, 0E and 77. RGB value is (20,14,119). Sum of RGB (Red+Green+Blue) = 20+14+119=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 119 (46.88% from 255 or 77.78% from 153); Max value from RGB is 119 - color contains mainly: blue. Hex color #140E77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140E77 is #EBF188. Grayscale: #1B1B1B. Windows color (decimal): -15462793 or 7802388. OLE color: 7802388.

HSL color Cylindrical-coordinate representation of color #140E77: hue angle of 243.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140E77 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 14 119 -
CMYK 0.83 0.88 0 0.53
HSL 243.43º 0.79% 0.26% -
HSV(B) 243.43º 0.88% 0.47% -
XYZ 3.78 1.79 17.6 -
YUV 27.76 179.49 122.46 -
System Red Green Blue C M Y K H S L
Decimal 20 14 119 0.83 0.88 0 0.53 243.43 0.79 0.26
Hex 14 E 77 53 58 0 35 F3 4F 1A
Octal 24 16 167 123 130 0 65 363 117 32
Binary 10100 1110 1110111 1010011 1011000 0 110101 11110011 1001111 11010

Color Harmonies of #140E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E77

Black with #140E77

Text Example


Text Example

White with #140E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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