#142248

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

Shades of Midnight Express #142248

Tints of Midnight Express #142248

Color information

#142248 (or 0x142248) is unknown color: approx Midnight Express. HEX triplet: 14, 22 and 48. RGB value is (20,34,72). Sum of RGB (Red+Green+Blue) = 20+34+72=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #142248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142248 is #EBDDB7. Grayscale: #212121. Windows color (decimal): -15457720 or 4727316. OLE color: 4727316.

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

Color convert

RGB203472-
CMYK0.720.5300.72
HSL223.85º56.52%18.04%-
HSV(B)223.85º72.22%28.24%-
XYZ2.031.766.36-
YUV34.15149.36117.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 72 (28.52% from 255) = 57.14%
R=15.87%
G=26.98%
B=57.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2034720.720.5300.72223.8556.5218.04
Hex1422484835048e03912
Octal24421101106501103407122
Binary1010010001010010001001000110101010010001110000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142248; }

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

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

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

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

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

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

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

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