#140472

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

Shades of Midnight Blue #140472

Tints of Midnight Blue #140472

Color information

#140472 (or 0x140472) is unknown color: approx Midnight Blue. HEX triplet: 14, 04 and 72. RGB value is (20,4,114). Sum of RGB (Red+Green+Blue) = 20+4+114=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 114 (44.92% from 255 or 82.61% from 138); Max value from RGB is 114 - color contains mainly: blue. Hex color #140472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140472 is #EBFB8D. Grayscale: #141414. Windows color (decimal): -15465358 or 7472148. OLE color: 7472148.

HSL color Cylindrical-coordinate representation of color #140472: hue angle of 248.73º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140472 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB204114-
CMYK0.820.9600.55
HSL248.73º93.22%23.14%-
HSV(B)248.73º96.49%44.71%-
XYZ3.371.4516.02-
YUV21.32180.3127.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 114 (44.92% from 255) = 82.61%
R=14.49%
G=2.90%
B=82.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2041140.820.9600.55248.7393.2223.14
Hex144725260037f95d17
Octal24416212214006737113527
Binary10100100111001010100101100000011011111111001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140472; }

 p { color: rgb(20,4,114); }

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

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

 a { background-color: rgb(20,4,114); }

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

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

 span { border-color: rgb(20,4,114); }

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