#141742

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

Shades of Midnight Express #141742

Tints of Midnight Express #141742

Color information

#141742 (or 0x141742) is unknown color: approx Midnight Express. HEX triplet: 14, 17 and 42. RGB value is (20,23,66). Sum of RGB (Red+Green+Blue) = 20+23+66=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 66 (26.17% from 255 or 60.55% from 109); Max value from RGB is 66 - color contains mainly: blue. Hex color #141742 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141742 is #EBE8BD. Grayscale: #1A1A1A. Windows color (decimal): -15460542 or 4331284. OLE color: 4331284.

HSL color Cylindrical-coordinate representation of color #141742: hue angle of 236.09º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #141742 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB202366-
CMYK0.700.6500.74
HSL236.09º53.49%16.86%-
HSV(B)236.09º69.7%25.88%-
XYZ1.581.155.29-
YUV27150.01123-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 23 (9.38% from 255) = 21.10%
BLUE value IS 66 (26.17% from 255) = 60.55%
R=18.35%
G=21.10%
B=60.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2023660.700.6500.74236.0953.4916.86
Hex141742464104Aec3511
Octal242710210610101123546521
Binary1010010111100001010001101000001010010101110110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141742; }

 p { color: rgb(20,23,66); }

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

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

 a { background-color: rgb(20,23,66); }

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

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

 span { border-color: rgb(20,23,66); }

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