#140572

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

Shades of Midnight Blue #140572

Tints of Midnight Blue #140572

Color information

#140572 (or 0x140572) is unknown color: approx Midnight Blue. HEX triplet: 14, 05 and 72. RGB value is (20,5,114). Sum of RGB (Red+Green+Blue) = 20+5+114=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 114 (44.92% from 255 or 82.01% from 139); Max value from RGB is 114 - color contains mainly: blue. Hex color #140572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140572 is #EBFA8D. Grayscale: #151515. Windows color (decimal): -15465102 or 7472404. OLE color: 7472404.

HSL color Cylindrical-coordinate representation of color #140572: hue angle of 248.26º degrees, saturation: 0.92, 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 #140572 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB205114-
CMYK0.820.9600.55
HSL248.26º91.6%23.33%-
HSV(B)248.26º95.61%44.71%-
XYZ3.381.4716.03-
YUV21.91179.97126.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 114 (44.92% from 255) = 82.01%
R=14.39%
G=3.60%
B=82.01%

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
Decimal2051140.820.9600.55248.2691.623.33
Hex145725260037f85c17
Octal24516212214006737013427
Binary10100101111001010100101100000011011111111000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140572; }

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

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

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

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

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

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

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

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