#140E7B

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

Shades of Midnight Blue #140E7B

Tints of Midnight Blue #140E7B

Color information

#140E7B (or 0x140E7B) is unknown color: approx Midnight Blue. HEX triplet: 14, 0E and 7B. RGB value is (20,14,123). Sum of RGB (Red+Green+Blue) = 20+14+123=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 123 (48.44% from 255 or 78.34% from 157); Max value from RGB is 123 - color contains mainly: blue. Hex color #140E7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140E7B is #EBF184. Grayscale: #1B1B1B. Windows color (decimal): -15462789 or 8064532. OLE color: 8064532.

HSL color Cylindrical-coordinate representation of color #140E7B: hue angle of 243.3º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140E7B is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2014123-
CMYK0.840.8900.52
HSL243.3º79.56%26.86%-
HSV(B)243.3º88.62%48.24%-
XYZ4.021.8918.89-
YUV28.22181.49122.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 14 (5.86% from 255) = 8.92%
BLUE value IS 123 (48.44% from 255) = 78.34%
R=12.74%
G=8.92%
B=78.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20141230.840.8900.52243.379.5626.86
Hex14E7B5459034f3501b
Octal241617312413106436312033
Binary101001110111101110101001011001011010011110011101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,14,123); }

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

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

 a { background-color: rgb(20,14,123); }

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

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

 span { border-color: rgb(20,14,123); }

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