#112445

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

Shades of Midnight Express #112445

Tints of Midnight Express #112445

Color information

#112445 (or 0x112445) is unknown color: approx Midnight Express. HEX triplet: 11, 24 and 45. RGB value is (17,36,69). Sum of RGB (Red+Green+Blue) = 17+36+69=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 69 (27.34% from 255 or 56.56% from 122); Max value from RGB is 69 - color contains mainly: blue. Hex color #112445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112445 is #EEDBBA. Grayscale: #212121. Windows color (decimal): -15653819 or 4531217. OLE color: 4531217.

HSL color Cylindrical-coordinate representation of color #112445: hue angle of 218.08º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #112445 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB173669-
CMYK0.750.4800.73
HSL218.08º60.47%16.86%-
HSV(B)218.08º75.36%27.06%-
XYZ1.941.815.88-
YUV34.08147.71115.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.93%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 69 (27.34% from 255) = 56.56%
R=13.93%
G=29.51%
B=56.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1736690.750.4800.73218.0860.4716.86
Hex1124454B30049da3c11
Octal21441051136001113327421
Binary1000110010010001011001011110000010010011101101011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112445; }

 p { color: rgb(17,36,69); }

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

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

 a { background-color: rgb(17,36,69); }

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

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

 span { border-color: rgb(17,36,69); }

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