#141B30

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

Shades of Midnight Express #141B30

Tints of Midnight Express #141B30

Color information

#141B30 (or 0x141B30) is unknown color: approx Midnight Express. HEX triplet: 14, 1B and 30. RGB value is (20,27,48). Sum of RGB (Red+Green+Blue) = 20+27+48=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #141B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B30 is #EBE4CF. Grayscale: #1B1B1B. Windows color (decimal): -15459536 or 3152660. OLE color: 3152660.

HSL color Cylindrical-coordinate representation of color #141B30: hue angle of 225º 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 #141B30 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB202748-
CMYK0.580.4400.81
HSL225º41.18%13.33%-
HSV(B)225º58.33%18.82%-
XYZ1.211.152.95-
YUV27.3139.68122.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.05%
GREEN value IS 27 (10.94% from 255) = 28.42%
BLUE value IS 48 (19.14% from 255) = 50.53%
R=21.05%
G=28.42%
B=50.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2027480.580.4400.8122541.1813.33
Hex141B303A2C051e129d
Octal243360725401213415115
Binary101001101111000011101010110001010001111000011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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