#112047

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

Shades of Midnight Express #112047

Tints of Midnight Express #112047

Color information

#112047 (or 0x112047) is unknown color: approx Midnight Express. HEX triplet: 11, 20 and 47. RGB value is (17,32,71). Sum of RGB (Red+Green+Blue) = 17+32+71=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 71 (28.12% from 255 or 59.17% from 120); Max value from RGB is 71 - color contains mainly: blue. Hex color #112047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112047 is #EEDFB8. Grayscale: #1F1F1F. Windows color (decimal): -15654841 or 4661265. OLE color: 4661265.

HSL color Cylindrical-coordinate representation of color #112047: hue angle of 223.33º degrees, saturation: 0.61, 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 #112047 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB173271-
CMYK0.760.5500.72
HSL223.33º61.36%17.25%-
HSV(B)223.33º76.06%27.84%-
XYZ1.891.616.17-
YUV31.96150.03117.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.17%
GREEN value IS 32 (12.89% from 255) = 26.67%
BLUE value IS 71 (28.12% from 255) = 59.17%
R=14.17%
G=26.67%
B=59.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1732710.760.5500.72223.3361.3617.25
Hex1120474C37048df3d11
Octal21401071146701103377521
Binary1000110000010001111001100110111010010001101111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112047; }

 p { color: rgb(17,32,71); }

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

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

 a { background-color: rgb(17,32,71); }

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

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

 span { border-color: rgb(17,32,71); }

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