#140F7C

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

Shades of Midnight Blue #140F7C

Tints of Midnight Blue #140F7C

Color information

#140F7C (or 0x140F7C) is unknown color: approx Midnight Blue. HEX triplet: 14, 0F and 7C. RGB value is (20,15,124). Sum of RGB (Red+Green+Blue) = 20+15+124=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 124 (48.83% from 255 or 77.99% from 159); Max value from RGB is 124 - color contains mainly: blue. Hex color #140F7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140F7C is #EBF083. Grayscale: #1C1C1C. Windows color (decimal): -15462532 or 8130324. OLE color: 8130324.

HSL color Cylindrical-coordinate representation of color #140F7C: hue angle of 242.75º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140F7C is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2015124-
CMYK0.840.8800.51
HSL242.75º78.42%27.25%-
HSV(B)242.75º87.9%48.63%-
XYZ4.11.9519.23-
YUV28.92181.66121.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 15 (6.25% from 255) = 9.43%
BLUE value IS 124 (48.83% from 255) = 77.99%
R=12.58%
G=9.43%
B=77.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20151240.840.8800.51242.7578.4227.25
Hex14F7C5458033f34e1b
Octal241717412413006336311633
Binary101001111111110010101001011000011001111110011100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140F7C; }

 p { color: rgb(20,15,124); }

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

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

 a { background-color: rgb(20,15,124); }

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

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

 span { border-color: rgb(20,15,124); }

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