#141B32

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

Shades of Midnight Express #141B32

Tints of Midnight Express #141B32

Color information

#141B32 (or 0x141B32) is unknown color: approx Midnight Express. HEX triplet: 14, 1B and 32. RGB value is (20,27,50). Sum of RGB (Red+Green+Blue) = 20+27+50=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 50 (19.92% from 255 or 51.55% from 97); Max value from RGB is 50 - color contains mainly: blue. Hex color #141B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B32 is #EBE4CD. Grayscale: #1B1B1B. Windows color (decimal): -15459534 or 3283732. OLE color: 3283732.

HSL color Cylindrical-coordinate representation of color #141B32: hue angle of 226º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #141B32 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB202750-
CMYK0.600.4600.80
HSL226º42.86%13.73%-
HSV(B)226º60%19.61%-
XYZ1.261.163.18-
YUV27.53140.68122.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.62%
GREEN value IS 27 (10.94% from 255) = 27.84%
BLUE value IS 50 (19.92% from 255) = 51.55%
R=20.62%
G=27.84%
B=51.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2027500.600.4600.8022642.8613.73
Hex141B323C2E050e22be
Octal243362745601203425316
Binary101001101111001011110010111001010000111000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,27,50); }

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

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

 a { background-color: rgb(20,27,50); }

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

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

 span { border-color: rgb(20,27,50); }

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