#141F39

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

Shades of Midnight Express #141F39

Tints of Midnight Express #141F39

Color information

#141F39 (or 0x141F39) is unknown color: approx Midnight Express. HEX triplet: 14, 1F and 39. RGB value is (20,31,57). Sum of RGB (Red+Green+Blue) = 20+31+57=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 31 (12.5% from 255 or 28.70% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #141F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F39 is #EBE0C6. Grayscale: #1E1E1E. Windows color (decimal): -15458503 or 3743508. OLE color: 3743508.

HSL color Cylindrical-coordinate representation of color #141F39: hue angle of 222.16º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #141F39 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB203157-
CMYK0.650.4600.78
HSL222.16º48.05%15.1%-
HSV(B)222.16º64.91%22.35%-
XYZ1.521.424.07-
YUV30.68142.86120.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 31 (12.5% from 255) = 28.70%
BLUE value IS 57 (22.66% from 255) = 52.78%
R=18.52%
G=28.70%
B=52.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2031570.650.4600.78222.1648.0515.1
Hex141F39412E04Ede30f
Octal2437711015601163366017
Binary1010011111111001100000110111001001110110111101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,31,57); }

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

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

 a { background-color: rgb(20,31,57); }

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

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

 span { border-color: rgb(20,31,57); }

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