#142048

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

Shades of Midnight Express #142048

Tints of Midnight Express #142048

Color information

#142048 (or 0x142048) is unknown color: approx Midnight Express. HEX triplet: 14, 20 and 48. RGB value is (20,32,72). Sum of RGB (Red+Green+Blue) = 20+32+72=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #142048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142048 is #EBDFB7. Grayscale: #202020. Windows color (decimal): -15458232 or 4726804. OLE color: 4726804.

HSL color Cylindrical-coordinate representation of color #142048: hue angle of 226.15º degrees, saturation: 0.57, 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 #142048 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB203272-
CMYK0.720.5600.72
HSL226.15º56.52%18.04%-
HSV(B)226.15º72.22%28.24%-
XYZ1.971.656.35-
YUV32.97150.02118.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.13%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 72 (28.52% from 255) = 58.06%
R=16.13%
G=25.81%
B=58.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2032720.720.5600.72226.1556.5218.04
Hex1420484838048e23912
Octal24401101107001103427122
Binary1010010000010010001001000111000010010001110001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142048; }

 p { color: rgb(20,32,72); }

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

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

 a { background-color: rgb(20,32,72); }

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

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

 span { border-color: rgb(20,32,72); }

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