#140C74

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

Shades of Midnight Blue #140C74

Tints of Midnight Blue #140C74

Color information

#140C74 (or 0x140C74) is unknown color: approx Midnight Blue. HEX triplet: 14, 0C and 74. RGB value is (20,12,116). Sum of RGB (Red+Green+Blue) = 20+12+116=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 116 (45.70% from 255 or 78.38% from 148); Max value from RGB is 116 - color contains mainly: blue. Hex color #140C74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C74 is #EBF38B. Grayscale: #191919. Windows color (decimal): -15463308 or 7605268. OLE color: 7605268.

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

Color convert

RGB2012116-
CMYK0.830.9000.55
HSL244.62º81.25%25.1%-
HSV(B)244.62º89.66%45.49%-
XYZ3.571.6716.66-
YUV26.25178.65123.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 12 (5.08% from 255) = 8.11%
BLUE value IS 116 (45.70% from 255) = 78.38%
R=13.51%
G=8.11%
B=78.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20121160.830.9000.55244.6281.2525.1
Hex14C74535A037f55119
Octal241416412313206736512131
Binary101001100111010010100111011010011011111110101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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