#112347

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

Shades of Midnight Express #112347

Tints of Midnight Express #112347

Color information

#112347 (or 0x112347) is unknown color: approx Midnight Express. HEX triplet: 11, 23 and 47. RGB value is (17,35,71). Sum of RGB (Red+Green+Blue) = 17+35+71=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #112347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112347 is #EEDCB8. Grayscale: #212121. Windows color (decimal): -15654073 or 4662033. OLE color: 4662033.

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

Color convert

RGB173571-
CMYK0.760.5100.72
HSL220º61.36%17.25%-
HSV(B)220º76.06%27.84%-
XYZ1.971.786.2-
YUV33.72149.04116.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 35 (14.06% from 255) = 28.46%
BLUE value IS 71 (28.12% from 255) = 57.72%
R=13.82%
G=28.46%
B=57.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1735710.760.5100.7222061.3617.25
Hex1123474C33048dc3d11
Octal21431071146301103347521
Binary1000110001110001111001100110011010010001101110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112347; }

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

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

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

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

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

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

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

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