#141938

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

Shades of Midnight Express #141938

Tints of Midnight Express #141938

Color information

#141938 (or 0x141938) is unknown color: approx Midnight Express. HEX triplet: 14, 19 and 38. RGB value is (20,25,56). Sum of RGB (Red+Green+Blue) = 20+25+56=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 56 (22.27% from 255 or 55.45% from 101); Max value from RGB is 56 - color contains mainly: blue. Hex color #141938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141938 is #EBE6C7. Grayscale: #1A1A1A. Windows color (decimal): -15460040 or 3676436. OLE color: 3676436.

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

Color convert

RGB202556-
CMYK0.640.5500.78
HSL231.67º47.37%14.9%-
HSV(B)231.67º64.29%21.96%-
XYZ1.351.133.89-
YUV27.04144.34122.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 25 (10.16% from 255) = 24.75%
BLUE value IS 56 (22.27% from 255) = 55.45%
R=19.80%
G=24.75%
B=55.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2025560.640.5500.78231.6747.3714.9
Hex141938403704Ee82ff
Octal2431701006701163505717
Binary1010011001111000100000011011101001110111010001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141938; }

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

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

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

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

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

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

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

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