#140778

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

Shades of Midnight Blue #140778

Tints of Midnight Blue #140778

Color information

#140778 (or 0x140778) is unknown color: approx Midnight Blue. HEX triplet: 14, 07 and 78. RGB value is (20,7,120). Sum of RGB (Red+Green+Blue) = 20+7+120=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 120 (47.27% from 255 or 81.63% from 147); Max value from RGB is 120 - color contains mainly: blue. Hex color #140778 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140778 is #EBF887. Grayscale: #171717. Windows color (decimal): -15464584 or 7866132. OLE color: 7866132.

HSL color Cylindrical-coordinate representation of color #140778: hue angle of 246.9º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140778 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB207120-
CMYK0.830.9400.53
HSL246.9º88.98%24.9%-
HSV(B)246.9º94.17%47.06%-
XYZ3.751.6617.89-
YUV23.77182.31125.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 120 (47.27% from 255) = 81.63%
R=13.61%
G=4.76%
B=81.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2071200.830.9400.53246.988.9824.9
Hex14778535E035f75919
Octal24717012313606536713131
Binary10100111111100010100111011110011010111110111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140778; }

 p { color: rgb(20,7,120); }

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

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

 a { background-color: rgb(20,7,120); }

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

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

 span { border-color: rgb(20,7,120); }

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