#141338

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

Shades of Midnight Express #141338

Tints of Midnight Express #141338

Color information

#141338 (or 0x141338) is unknown color: approx Midnight Express. HEX triplet: 14, 13 and 38. RGB value is (20,19,56). Sum of RGB (Red+Green+Blue) = 20+19+56=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #141338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141338 is #EBECC7. Grayscale: #171717. Windows color (decimal): -15461576 or 3674900. OLE color: 3674900.

HSL color Cylindrical-coordinate representation of color #141338: hue angle of 241.62º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #141338 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB201956-
CMYK0.640.6600.78
HSL241.62º49.33%14.71%-
HSV(B)241.62º66.07%21.96%-
XYZ1.240.93.85-
YUV23.52146.33125.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.05%
GREEN value IS 19 (7.81% from 255) = 20%
BLUE value IS 56 (22.27% from 255) = 58.95%
R=21.05%
G=20%
B=58.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2019560.640.6600.78241.6249.3314.71
Hex141338404204Ef231f
Octal24237010010201163626117
Binary10100100111110001000000100001001001110111100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141338; }

 p { color: rgb(20,19,56); }

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

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

 a { background-color: rgb(20,19,56); }

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

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

 span { border-color: rgb(20,19,56); }

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