#140974

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

Shades of Midnight Blue #140974

Tints of Midnight Blue #140974

Color information

#140974 (or 0x140974) is unknown color: approx Midnight Blue. HEX triplet: 14, 09 and 74. RGB value is (20,9,116). Sum of RGB (Red+Green+Blue) = 20+9+116=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 116 (45.70% from 255 or 80% from 145); Max value from RGB is 116 - color contains mainly: blue. Hex color #140974 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140974 is #EBF68B. Grayscale: #181818. Windows color (decimal): -15464076 or 7604500. OLE color: 7604500.

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

Color convert

RGB209116-
CMYK0.830.9200.55
HSL246.17º85.6%24.51%-
HSV(B)246.17º92.24%45.49%-
XYZ3.541.6116.65-
YUV24.49179.64124.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 116 (45.70% from 255) = 80%
R=13.79%
G=6.21%
B=80%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2091160.830.9200.55246.1785.624.51
Hex14974535C037f65619
Octal241116412313406736612631
Binary101001001111010010100111011100011011111110110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140974; }

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

 H1.HeaderClassName
 {
   color: #140974;
 }
 .AnyTagClassName
 {
   color: #140974;
 }
</style>
background-color css

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

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

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

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

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

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