#112043

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

Shades of Midnight Express #112043

Tints of Midnight Express #112043

Color information

#112043 (or 0x112043) is unknown color: approx Midnight Express. HEX triplet: 11, 20 and 43. RGB value is (17,32,67). Sum of RGB (Red+Green+Blue) = 17+32+67=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 67 (26.56% from 255 or 57.76% from 116); Max value from RGB is 67 - color contains mainly: blue. Hex color #112043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112043 is #EEDFBC. Grayscale: #1F1F1F. Windows color (decimal): -15654845 or 4399121. OLE color: 4399121.

HSL color Cylindrical-coordinate representation of color #112043: hue angle of 222º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #112043 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB173267-
CMYK0.750.5200.74
HSL222º59.52%16.47%-
HSV(B)222º74.63%26.27%-
XYZ1.761.565.52-
YUV31.5148.03117.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.66%
GREEN value IS 32 (12.89% from 255) = 27.59%
BLUE value IS 67 (26.56% from 255) = 57.76%
R=14.66%
G=27.59%
B=57.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1732670.750.5200.7422259.5216.47
Hex1120434B3404Ade3c10
Octal21401031136401123367420
Binary1000110000010000111001011110100010010101101111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112043; }

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

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

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

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

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

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

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

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