#140966

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

Shades of Midnight Blue #140966

Tints of Midnight Blue #140966

Color information

#140966 (or 0x140966) is unknown color: approx Midnight Blue. HEX triplet: 14, 09 and 66. RGB value is (20,9,102). Sum of RGB (Red+Green+Blue) = 20+9+102=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 102 (40.23% from 255 or 77.86% from 131); Max value from RGB is 102 - color contains mainly: blue. Hex color #140966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140966 is #EBF699. Grayscale: #161616. Windows color (decimal): -15464090 or 6686996. OLE color: 6686996.

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

Color convert

RGB209102-
CMYK0.800.9100.6
HSL247.1º83.78%21.76%-
HSV(B)247.1º91.18%40%-
XYZ2.781.312.68-
YUV22.89172.64125.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 9 (3.91% from 255) = 6.87%
BLUE value IS 102 (40.23% from 255) = 77.86%
R=15.27%
G=6.87%
B=77.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2091020.800.9100.6247.183.7821.76
Hex14966505B03Cf75416
Octal241114612013307436712426
Binary101001001110011010100001011011011110011110111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140966; }

 p { color: rgb(20,9,102); }

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

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

 a { background-color: rgb(20,9,102); }

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

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

 span { border-color: rgb(20,9,102); }

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