#112241

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

Shades of Midnight Express #112241

Tints of Midnight Express #112241

Color information

#112241 (or 0x112241) is unknown color: approx Midnight Express. HEX triplet: 11, 22 and 41. RGB value is (17,34,65). Sum of RGB (Red+Green+Blue) = 17+34+65=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #112241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112241 is #EEDDBE. Grayscale: #202020. Windows color (decimal): -15654335 or 4268561. OLE color: 4268561.

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

Color convert

RGB173465-
CMYK0.740.4800.75
HSL218.75º58.54%16.08%-
HSV(B)218.75º73.85%25.49%-
XYZ1.761.645.23-
YUV32.45146.37116.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.66%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 65 (25.78% from 255) = 56.03%
R=14.66%
G=29.31%
B=56.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1734650.740.4800.75218.7558.5416.08
Hex1122414A3004Bdb3b10
Octal21421011126001133337320
Binary1000110001010000011001010110000010010111101101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112241; }

 p { color: rgb(17,34,65); }

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

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

 a { background-color: rgb(17,34,65); }

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

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

 span { border-color: rgb(17,34,65); }

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