#142247

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

Shades of Midnight Express #142247

Tints of Midnight Express #142247

Color information

#142247 (or 0x142247) is unknown color: approx Midnight Express. HEX triplet: 14, 22 and 47. RGB value is (20,34,71). Sum of RGB (Red+Green+Blue) = 20+34+71=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #142247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142247 is #EBDDB8. Grayscale: #212121. Windows color (decimal): -15457721 or 4661780. OLE color: 4661780.

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

Color convert

RGB203471-
CMYK0.720.5200.72
HSL223.53º56.04%17.84%-
HSV(B)223.53º71.83%27.84%-
XYZ21.756.19-
YUV34.03148.86117.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 34 (13.67% from 255) = 27.2%
BLUE value IS 71 (28.12% from 255) = 56.8%
R=16%
G=27.2%
B=56.8%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2034710.720.5200.72223.5356.0417.84
Hex1422474834048e03812
Octal24421071106401103407022
Binary1010010001010001111001000110100010010001110000011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142247; }

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

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

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

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

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

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

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

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