#112140

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

Shades of Midnight Express #112140

Tints of Midnight Express #112140

Color information

#112140 (or 0x112140) is unknown color: approx Midnight Express. HEX triplet: 11, 21 and 40. RGB value is (17,33,64). Sum of RGB (Red+Green+Blue) = 17+33+64=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #112140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112140 is #EEDEBF. Grayscale: #1F1F1F. Windows color (decimal): -15654592 or 4202769. OLE color: 4202769.

HSL color Cylindrical-coordinate representation of color #112140: hue angle of 219.57º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #112140 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB173364-
CMYK0.730.4800.75
HSL219.57º58.02%15.88%-
HSV(B)219.57º73.44%25.1%-
XYZ1.71.585.07-
YUV31.75146.2117.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.91%
GREEN value IS 33 (13.28% from 255) = 28.95%
BLUE value IS 64 (25.39% from 255) = 56.14%
R=14.91%
G=28.95%
B=56.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1733640.730.4800.75219.5758.0215.88
Hex112140493004Bdc3a10
Octal21411001116001133347220
Binary1000110000110000001001001110000010010111101110011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112140; }

 p { color: rgb(17,33,64); }

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

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

 a { background-color: rgb(17,33,64); }

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

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

 span { border-color: rgb(17,33,64); }

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