#141936

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

Shades of Midnight Express #141936

Tints of Midnight Express #141936

Color information

#141936 (or 0x141936) is unknown color: approx Midnight Express. HEX triplet: 14, 19 and 36. RGB value is (20,25,54). Sum of RGB (Red+Green+Blue) = 20+25+54=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 54 (21.48% from 255 or 54.55% from 99); Max value from RGB is 54 - color contains mainly: blue. Hex color #141936 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141936 is #EBE6C9. Grayscale: #1A1A1A. Windows color (decimal): -15460042 or 3545364. OLE color: 3545364.

HSL color Cylindrical-coordinate representation of color #141936: hue angle of 231.18º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #141936 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB202554-
CMYK0.630.5400.79
HSL231.18º45.95%14.51%-
HSV(B)231.18º62.96%21.18%-
XYZ1.31.113.64-
YUV26.81143.34123.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.20%
GREEN value IS 25 (10.16% from 255) = 25.25%
BLUE value IS 54 (21.48% from 255) = 54.55%
R=20.20%
G=25.25%
B=54.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2025540.630.5400.79231.1845.9514.51
Hex1419363F3604Fe72ef
Octal243166776601173475617
Binary101001100111011011111111011001001111111001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141936; }

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

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

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

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

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

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

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

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