#142E51

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

Shades of Midnight #142E51

Tints of Midnight #142E51

Color information

#142E51 (or 0x142E51) is unknown color: approx Midnight. HEX triplet: 14, 2E and 51. RGB value is (20,46,81). Sum of RGB (Red+Green+Blue) = 20+46+81=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #142E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E51 is #EBD1AE. Grayscale: #2A2A2A. Windows color (decimal): -15454639 or 5320212. OLE color: 5320212.

HSL color Cylindrical-coordinate representation of color #142E51: hue angle of 214.43º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #142E51 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB204681-
CMYK0.750.4300.68
HSL214.43º60.4%19.8%-
HSV(B)214.43º75.31%31.76%-
XYZ2.752.78.16-
YUV42.22149.89112.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 46 (18.36% from 255) = 31.29%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=13.61%
G=31.29%
B=55.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2046810.750.4300.68214.4360.419.8
Hex142E514B2B044d63c14
Octal24561211135301043267424
Binary1010010111010100011001011101011010001001101011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142E51; }

 p { color: rgb(20,46,81); }

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

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

 a { background-color: rgb(20,46,81); }

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

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

 span { border-color: rgb(20,46,81); }

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