#142d50

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

Shades of Midnight #142D50

Tints of Midnight #142D50

Color information

#142D50 (or 0x142D50) is unknown color: approx Midnight. HEX triplet: 14, 2D and 50. RGB value is (20,45,80). Sum of RGB (Red+Green+Blue) = 20+45+80=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #142D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D50 is #EBD2AF. Grayscale: #292929. Windows color (decimal): -15454896 or 5254420. OLE color: 5254420.

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

Color convert

RGB204580-
CMYK0.750.4400.69
HSL215º60%19.61%-
HSV(B)215º75%31.37%-
XYZ2.672.67.95-
YUV41.52149.72112.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 45 (17.97% from 255) = 31.03%
BLUE value IS 80 (31.64% from 255) = 55.17%
R=13.79%
G=31.03%
B=55.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2045800.750.4400.692156019.61
Hex142D504B2C045d73c14
Octal24551201135401053277424
Binary1010010110110100001001011101100010001011101011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142d50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,45,80); }

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

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

 a { background-color: rgb(20,45,80); }

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

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

 span { border-color: rgb(20,45,80); }

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