#140D76

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

Shades of Midnight Blue #140D76

Tints of Midnight Blue #140D76

Color information

#140D76 (or 0x140D76) is unknown color: approx Midnight Blue. HEX triplet: 14, 0D and 76. RGB value is (20,13,118). Sum of RGB (Red+Green+Blue) = 20+13+118=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 118 (46.48% from 255 or 78.15% from 151); Max value from RGB is 118 - color contains mainly: blue. Hex color #140D76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140D76 is #EBF289. Grayscale: #1A1A1A. Windows color (decimal): -15463050 or 7736596. OLE color: 7736596.

HSL color Cylindrical-coordinate representation of color #140D76: hue angle of 244º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140D76 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2013118-
CMYK0.830.8900.54
HSL244º80.15%25.69%-
HSV(B)244º88.98%46.27%-
XYZ3.71.7417.28-
YUV27.06179.32122.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.25%
GREEN value IS 13 (5.47% from 255) = 8.61%
BLUE value IS 118 (46.48% from 255) = 78.15%
R=13.25%
G=8.61%
B=78.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20131180.830.8900.5424480.1525.69
Hex14D765359036f4501a
Octal241516612313106636412032
Binary101001101111011010100111011001011011011110100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140D76; }

 p { color: rgb(20,13,118); }

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

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

 a { background-color: rgb(20,13,118); }

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

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

 span { border-color: rgb(20,13,118); }

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