#140977

Color #140977 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #140977

Tints of Midnight Blue #140977

Color information

#140977 (or 0x140977) is unknown color: approx 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

RGB209119-
CMYK0.830.9200.53
HSL246º85.94%25.1%-
HSV(B)246º92.44%46.67%-
XYZ3.721.6817.58-
YUV24.83181.14124.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.83
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2091190.830.9200.5324685.9425.1
Hex14977535C035f65619
Octal241116712313406536612631
Binary101001001111011110100111011100011010111110110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>