#140575

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

Shades of Midnight Blue #140575

Tints of Midnight Blue #140575

Color information

#140575 (or 0x140575) is unknown color: approx Midnight Blue. HEX triplet: 14, 05 and 75. RGB value is (20,5,117). Sum of RGB (Red+Green+Blue) = 20+5+117=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 117 (46.09% from 255 or 82.39% from 142); Max value from RGB is 117 - color contains mainly: blue. Hex color #140575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140575 is #EBFA8A. Grayscale: #151515. Windows color (decimal): -15465099 or 7669012. OLE color: 7669012.

HSL color Cylindrical-coordinate representation of color #140575: hue angle of 248.04º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140575 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB205117-
CMYK0.830.9600.54
HSL248.04º91.8%23.92%-
HSV(B)248.04º95.73%45.88%-
XYZ3.551.5416.94-
YUV22.25181.47126.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.08%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 117 (46.09% from 255) = 82.39%
R=14.08%
G=3.52%
B=82.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2051170.830.9600.54248.0491.823.92
Hex145755360036f85c18
Octal24516512314006637013430
Binary10100101111010110100111100000011011011111000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140575; }

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

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

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

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

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

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

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

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