#140963

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

Shades of Midnight Blue #140963

Tints of Midnight Blue #140963

Color information

#140963 (or 0x140963) is unknown color: approx Midnight Blue. HEX triplet: 14, 09 and 63. RGB value is (20,9,99). Sum of RGB (Red+Green+Blue) = 20+9+99=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 99 (39.06% from 255 or 77.34% from 128); Max value from RGB is 99 - color contains mainly: blue. Hex color #140963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140963 is #EBF69C. Grayscale: #161616. Windows color (decimal): -15464093 or 6490388. OLE color: 6490388.

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

Color convert

RGB20999-
CMYK0.800.9100.61
HSL247.33º83.33%21.18%-
HSV(B)247.33º90.91%38.82%-
XYZ2.641.2411.91-
YUV22.55171.14126.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 9 (3.91% from 255) = 7.03%
BLUE value IS 99 (39.06% from 255) = 77.34%
R=15.62%
G=7.03%
B=77.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal209990.800.9100.61247.3383.3321.18
Hex14963505B03Df75315
Octal241114312013307536712325
Binary101001001110001110100001011011011110111110111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140963; }

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

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

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

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

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

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

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

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