#142548

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

Shades of Midnight Express #142548

Tints of Midnight Express #142548

Color information

#142548 (or 0x142548) is unknown color: approx Midnight Express. HEX triplet: 14, 25 and 48. RGB value is (20,37,72). Sum of RGB (Red+Green+Blue) = 20+37+72=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #142548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142548 is #EBDAB7. Grayscale: #232323. Windows color (decimal): -15456952 or 4728084. OLE color: 4728084.

HSL color Cylindrical-coordinate representation of color #142548: hue angle of 220.38º 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 #142548 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB203772-
CMYK0.720.4900.72
HSL220.38º56.52%18.04%-
HSV(B)220.38º72.22%28.24%-
XYZ2.121.946.39-
YUV35.91148.37116.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 72 (28.52% from 255) = 55.81%
R=15.50%
G=28.68%
B=55.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2037720.720.4900.72220.3856.5218.04
Hex1425484831048dc3912
Octal24451101106101103347122
Binary1010010010110010001001000110001010010001101110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142548; }

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

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

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

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

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

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

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

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