#141A30

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

Shades of Midnight Express #141A30

Tints of Midnight Express #141A30

Color information

#141A30 (or 0x141A30) is unknown color: approx Midnight Express. HEX triplet: 14, 1A and 30. RGB value is (20,26,48). Sum of RGB (Red+Green+Blue) = 20+26+48=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #141A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A30 is #EBE5CF. Grayscale: #1A1A1A. Windows color (decimal): -15459792 or 3152404. OLE color: 3152404.

HSL color Cylindrical-coordinate representation of color #141A30: hue angle of 227.14º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #141A30 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB202648-
CMYK0.580.4600.81
HSL227.14º41.18%13.33%-
HSV(B)227.14º58.33%18.82%-
XYZ1.191.12.95-
YUV26.71140.01123.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.28%
GREEN value IS 26 (10.55% from 255) = 27.66%
BLUE value IS 48 (19.14% from 255) = 51.06%
R=21.28%
G=27.66%
B=51.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2026480.580.4600.81227.1441.1813.33
Hex141A303A2E051e329d
Octal243260725601213435115
Binary101001101011000011101010111001010001111000111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141A30; }

 p { color: rgb(20,26,48); }

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

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

 a { background-color: rgb(20,26,48); }

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

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

 span { border-color: rgb(20,26,48); }

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