#112A48

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

Shades of Midnight #112A48

Tints of Midnight #112A48

Color information

#112A48 (or 0x112A48) is unknown color: approx Midnight. HEX triplet: 11, 2A and 48. RGB value is (17,42,72). Sum of RGB (Red+Green+Blue) = 17+42+72=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #112A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A48 is #EED5B7. Grayscale: #252525. Windows color (decimal): -15652280 or 4729361. OLE color: 4729361.

HSL color Cylindrical-coordinate representation of color #112A48: hue angle of 212.73º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #112A48 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB174272-
CMYK0.760.4200.72
HSL212.73º61.8%17.45%-
HSV(B)212.73º76.39%28.24%-
XYZ2.232.246.45-
YUV37.94147.22113.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.98%
GREEN value IS 42 (16.80% from 255) = 32.06%
BLUE value IS 72 (28.52% from 255) = 54.96%
R=12.98%
G=32.06%
B=54.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1742720.760.4200.72212.7361.817.45
Hex112A484C2A048d53e11
Octal21521101145201103257621
Binary1000110101010010001001100101010010010001101010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,42,72); }

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

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

 a { background-color: rgb(17,42,72); }

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

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

 span { border-color: rgb(17,42,72); }

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