#140564

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

Shades of Midnight Blue #140564

Tints of Midnight Blue #140564

Color information

#140564 (or 0x140564) is unknown color: approx Midnight Blue. HEX triplet: 14, 05 and 64. RGB value is (20,5,100). Sum of RGB (Red+Green+Blue) = 20+5+100=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 100 (39.45% from 255 or 80% from 125); Max value from RGB is 100 - color contains mainly: blue. Hex color #140564 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140564 is #EBFA9B. Grayscale: #131313. Windows color (decimal): -15465116 or 6554900. OLE color: 6554900.

HSL color Cylindrical-coordinate representation of color #140564: hue angle of 249.47º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140564 is Cyan = 0.8, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB205100-
CMYK0.80.9500.61
HSL249.47º90.48%20.59%-
HSV(B)249.47º95%39.22%-
XYZ2.641.1812.14-
YUV20.31172.97127.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 5 (2.34% from 255) = 4%
BLUE value IS 100 (39.45% from 255) = 80%
R=16%
G=4%
B=80%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2051000.80.9500.61249.4790.4820.59
Hex14564505F03Df95a15
Octal24514412013707537113225
Binary10100101110010010100001011111011110111111001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140564; }

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

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

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

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

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

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

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

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