#140565

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

Shades of Midnight Blue #140565

Tints of Midnight Blue #140565

Color information

#140565 (or 0x140565) is unknown color: approx Midnight Blue. HEX triplet: 14, 05 and 65. RGB value is (20,5,101). Sum of RGB (Red+Green+Blue) = 20+5+101=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 101 (39.84% from 255 or 80.16% from 126); Max value from RGB is 101 - color contains mainly: blue. Hex color #140565 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140565 is #EBFA9A. Grayscale: #141414. Windows color (decimal): -15465115 or 6620436. OLE color: 6620436.

HSL color Cylindrical-coordinate representation of color #140565: hue angle of 249.38º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140565 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB205101-
CMYK0.800.9500.60
HSL249.38º90.57%20.78%-
HSV(B)249.38º95.05%39.61%-
XYZ2.691.212.4-
YUV20.43173.47127.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 5 (2.34% from 255) = 3.97%
BLUE value IS 101 (39.84% from 255) = 80.16%
R=15.87%
G=3.97%
B=80.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2051010.800.9500.60249.3890.5720.78
Hex14565505F03Cf95b15
Octal24514512013707437113325
Binary10100101110010110100001011111011110011111001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140565; }

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

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

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

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

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

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

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

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