#140860

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

Shades of Midnight Blue #140860

Tints of Midnight Blue #140860

Color information

#140860 (or 0x140860) is unknown color: approx Midnight Blue. HEX triplet: 14, 08 and 60. RGB value is (20,8,96). Sum of RGB (Red+Green+Blue) = 20+8+96=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 96 (37.89% from 255 or 77.42% from 124); Max value from RGB is 96 - color contains mainly: blue. Hex color #140860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140860 is #EBF79F. Grayscale: #151515. Windows color (decimal): -15464352 or 6293524. OLE color: 6293524.

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

Color convert

RGB20896-
CMYK0.790.9200.62
HSL248.18º84.62%20.39%-
HSV(B)248.18º91.67%37.65%-
XYZ2.491.1711.16-
YUV21.62169.98126.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.13%
GREEN value IS 8 (3.52% from 255) = 6.45%
BLUE value IS 96 (37.89% from 255) = 77.42%
R=16.13%
G=6.45%
B=77.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal208960.790.9200.62248.1884.6220.39
Hex148604F5C03Ef85514
Octal241014011713407637012524
Binary101001000110000010011111011100011111011111000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140860; }

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

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

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

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

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

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

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

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