#112B4E

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

Shades of Midnight #112B4E

Tints of Midnight #112B4E

Color information

#112B4E (or 0x112B4E) is unknown color: approx Midnight. HEX triplet: 11, 2B and 4E. RGB value is (17,43,78). Sum of RGB (Red+Green+Blue) = 17+43+78=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #112B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B4E is #EED4B1. Grayscale: #272727. Windows color (decimal): -15652018 or 5122833. OLE color: 5122833.

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

Color convert

RGB174378-
CMYK0.780.4500.69
HSL214.43º64.21%18.63%-
HSV(B)214.43º78.21%30.59%-
XYZ2.472.47.54-
YUV39.22149.89112.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.32%
GREEN value IS 43 (17.19% from 255) = 31.16%
BLUE value IS 78 (30.86% from 255) = 56.52%
R=12.32%
G=31.16%
B=56.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1743780.780.4500.69214.4364.2118.63
Hex112B4E4E2D045d64013
Octal215311611655010532610023
Binary10001101011100111010011101011010100010111010110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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