Html Css Color HEX #140977 Midnight Blue

📋 copy color: '#140977'

red 20 ◦ green 9 ◦ blue 119

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

Shades of Midnight Blue #140977

Tints of Midnight Blue #140977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.08%

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

R = 13.51%
G = 6.08%
B = 80.41%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#140977 (or 0x140977) is known color: Midnight Blue. HEX triplet: 14, 09 and 77. RGB value is (20,9,119). Sum of RGB (Red+Green+Blue) = 20+9+119=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 119 (46.88% from 255 or 80.41% from 148); Max value from RGB is 119 - color contains mainly: blue. Hex color #140977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140977 is #EBF688. Grayscale: #181818. Windows color (decimal): -15464073 or 7801108. OLE color: 7801108.

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

Color convert

RGB 20 9 119 -
CMYK 0.83 0.92 0 0.53
HSL 246º 0.86% 0.25% -
HSV(B) 246º 0.92% 0.47% -
XYZ 3.72 1.68 17.58 -
YUV 24.83 181.14 124.56 -
System Red Green Blue C M Y K H S L
Decimal 20 9 119 0.83 0.92 0 0.53 246 0.86 0.25
Hex 14 9 77 53 5C 0 35 F6 56 19
Octal 24 11 167 123 134 0 65 366 126 31
Binary 10100 1001 1110111 1010011 1011100 0 110101 11110110 1010110 11001

Color Harmonies of #140977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140977

Black with #140977

Text Example


Text Example

White with #140977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140977; }

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

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

background-color css

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

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

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

border-color css

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

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

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