#112B50

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

Shades of Midnight #112B50

Tints of Midnight #112B50

Color information

#112B50 (or 0x112B50) is unknown color: approx Midnight. HEX triplet: 11, 2B and 50. RGB value is (17,43,80). Sum of RGB (Red+Green+Blue) = 17+43+80=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 80 (31.64% from 255 or 57.14% from 140); Max value from RGB is 80 - color contains mainly: blue. Hex color #112B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B50 is #EED4AF. Grayscale: #272727. Windows color (decimal): -15652016 or 5253905. OLE color: 5253905.

HSL color Cylindrical-coordinate representation of color #112B50: hue angle of 215.24º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #112B50 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB174380-
CMYK0.790.4600.69
HSL215.24º64.95%19.02%-
HSV(B)215.24º78.75%31.37%-
XYZ2.542.437.92-
YUV39.44150.89111.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.14%
GREEN value IS 43 (17.19% from 255) = 30.71%
BLUE value IS 80 (31.64% from 255) = 57.14%
R=12.14%
G=30.71%
B=57.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1743800.790.4600.69215.2464.9519.02
Hex112B504F2E045d74113
Octal215312011756010532710123
Binary10001101011101000010011111011100100010111010111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112B50; }

 p { color: rgb(17,43,80); }

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

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

 a { background-color: rgb(17,43,80); }

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

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

 span { border-color: rgb(17,43,80); }

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