#142949

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

Shades of Midnight #142949

Tints of Midnight #142949

Color information

#142949 (or 0x142949) is unknown color: approx Midnight. HEX triplet: 14, 29 and 49. RGB value is (20,41,73). Sum of RGB (Red+Green+Blue) = 20+41+73=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #142949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142949 is #EBD6B6. Grayscale: #262626. Windows color (decimal): -15455927 or 4794644. OLE color: 4794644.

HSL color Cylindrical-coordinate representation of color #142949: hue angle of 216.23º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #142949 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB204173-
CMYK0.730.4400.71
HSL216.23º56.99%18.24%-
HSV(B)216.23º72.6%28.63%-
XYZ2.282.226.61-
YUV38.37147.54114.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 41 (16.41% from 255) = 30.60%
BLUE value IS 73 (28.91% from 255) = 54.48%
R=14.93%
G=30.60%
B=54.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2041730.730.4400.71216.2356.9918.24
Hex142949492C047d83912
Octal24511111115401073307122
Binary1010010100110010011001001101100010001111101100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142949; }

 p { color: rgb(20,41,73); }

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

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

 a { background-color: rgb(20,41,73); }

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

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

 span { border-color: rgb(20,41,73); }

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