#142448

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

Shades of Midnight Express #142448

Tints of Midnight Express #142448

Color information

#142448 (or 0x142448) is unknown color: approx Midnight Express. HEX triplet: 14, 24 and 48. RGB value is (20,36,72). Sum of RGB (Red+Green+Blue) = 20+36+72=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #142448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142448 is #EBDBB7. Grayscale: #232323. Windows color (decimal): -15457208 or 4727828. OLE color: 4727828.

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

Color convert

RGB203672-
CMYK0.720.500.72
HSL221.54º56.52%18.04%-
HSV(B)221.54º72.22%28.24%-
XYZ2.091.886.38-
YUV35.32148.7117.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 36 (14.45% from 255) = 28.12%
BLUE value IS 72 (28.52% from 255) = 56.25%
R=15.62%
G=28.12%
B=56.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2036720.720.500.72221.5456.5218.04
Hex1424484832048de3912
Octal24441101106201103367122
Binary1010010010010010001001000110010010010001101111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142448; }

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

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

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

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

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

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

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

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