#142847

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

Shades of Midnight #142847

Tints of Midnight #142847

Color information

#142847 (or 0x142847) is unknown color: approx Midnight. HEX triplet: 14, 28 and 47. RGB value is (20,40,71). Sum of RGB (Red+Green+Blue) = 20+40+71=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 71 (28.12% from 255 or 54.20% from 131); Max value from RGB is 71 - color contains mainly: blue. Hex color #142847 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142847 is #EBD7B8. Grayscale: #252525. Windows color (decimal): -15456185 or 4663316. OLE color: 4663316.

HSL color Cylindrical-coordinate representation of color #142847: hue angle of 216.47º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #142847 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB204071-
CMYK0.720.4400.72
HSL216.47º56.04%17.84%-
HSV(B)216.47º71.83%27.84%-
XYZ2.182.126.26-
YUV37.55146.87115.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 40 (16.02% from 255) = 30.53%
BLUE value IS 71 (28.12% from 255) = 54.20%
R=15.27%
G=30.53%
B=54.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2040710.720.4400.72216.4756.0417.84
Hex142847482C048d83812
Octal24501071105401103307022
Binary1010010100010001111001000101100010010001101100011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142847; }

 p { color: rgb(20,40,71); }

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

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

 a { background-color: rgb(20,40,71); }

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

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

 span { border-color: rgb(20,40,71); }

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