#142144

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

Shades of Midnight Express #142144

Tints of Midnight Express #142144

Color information

#142144 (or 0x142144) is unknown color: approx Midnight Express. HEX triplet: 14, 21 and 44. RGB value is (20,33,68). Sum of RGB (Red+Green+Blue) = 20+33+68=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #142144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142144 is #EBDEBB. Grayscale: #202020. Windows color (decimal): -15457980 or 4464916. OLE color: 4464916.

HSL color Cylindrical-coordinate representation of color #142144: hue angle of 223.75º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #142144 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB203368-
CMYK0.710.5100.73
HSL223.75º54.55%17.25%-
HSV(B)223.75º70.59%26.67%-
XYZ1.881.655.69-
YUV33.1147.69118.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 68 (26.95% from 255) = 56.20%
R=16.53%
G=27.27%
B=56.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2033680.710.5100.73223.7554.5517.25
Hex1421444733049e03711
Octal24411041076301113406721
Binary1010010000110001001000111110011010010011110000011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142144; }

 p { color: rgb(20,33,68); }

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

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

 a { background-color: rgb(20,33,68); }

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

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

 span { border-color: rgb(20,33,68); }

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