#112441

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

Shades of Midnight #112441

Tints of Midnight #112441

Color information

#112441 (or 0x112441) is unknown color: approx Midnight. HEX triplet: 11, 24 and 41. RGB value is (17,36,65). Sum of RGB (Red+Green+Blue) = 17+36+65=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #112441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112441 is #EEDBBE. Grayscale: #212121. Windows color (decimal): -15653823 or 4269073. OLE color: 4269073.

HSL color Cylindrical-coordinate representation of color #112441: hue angle of 216.25º 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 #112441 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB173665-
CMYK0.740.4500.75
HSL216.25º58.54%16.08%-
HSV(B)216.25º73.85%25.49%-
XYZ1.821.765.25-
YUV33.62145.71116.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.41%
GREEN value IS 36 (14.45% from 255) = 30.51%
BLUE value IS 65 (25.78% from 255) = 55.08%
R=14.41%
G=30.51%
B=55.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1736650.740.4500.75216.2558.5416.08
Hex1124414A2D04Bd83b10
Octal21441011125501133307320
Binary1000110010010000011001010101101010010111101100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112441; }

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

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

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

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

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

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

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

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