#140960

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

Shades of Midnight Blue #140960

Tints of Midnight Blue #140960

Color information

#140960 (or 0x140960) is unknown color: approx Midnight Blue. HEX triplet: 14, 09 and 60. RGB value is (20,9,96). Sum of RGB (Red+Green+Blue) = 20+9+96=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 96 (37.89% from 255 or 76.8% from 125); Max value from RGB is 96 - color contains mainly: blue. Hex color #140960 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140960 is #EBF69F. Grayscale: #151515. Windows color (decimal): -15464096 or 6293780. OLE color: 6293780.

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

Color convert

RGB20996-
CMYK0.790.9100.62
HSL247.59º82.86%20.59%-
HSV(B)247.59º90.62%37.65%-
XYZ2.51.1911.16-
YUV22.21169.64126.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 9 (3.91% from 255) = 7.2%
BLUE value IS 96 (37.89% from 255) = 76.8%
R=16%
G=7.2%
B=76.8%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal209960.790.9100.62247.5982.8620.59
Hex149604F5B03Ef85315
Octal241114011713307637012325
Binary101001001110000010011111011011011111011111000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140960; }

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

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

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

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

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

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

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

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