#112248

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

Shades of Midnight Express #112248

Tints of Midnight Express #112248

Color information

#112248 (or 0x112248) is unknown color: approx Midnight Express. HEX triplet: 11, 22 and 48. RGB value is (17,34,72). Sum of RGB (Red+Green+Blue) = 17+34+72=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #112248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112248 is #EEDDB7. Grayscale: #212121. Windows color (decimal): -15654328 or 4727313. OLE color: 4727313.

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

Color convert

RGB173472-
CMYK0.760.5300.72
HSL221.45º61.8%17.45%-
HSV(B)221.45º76.39%28.24%-
XYZ1.971.736.36-
YUV33.25149.87116.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 72 (28.52% from 255) = 58.54%
R=13.82%
G=27.64%
B=58.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1734720.760.5300.72221.4561.817.45
Hex1122484C35048dd3e11
Octal21421101146501103357621
Binary1000110001010010001001100110101010010001101110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112248; }

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

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

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

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

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

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

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

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