#111930

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

Shades of Midnight Express #111930

Tints of Midnight Express #111930

Color information

#111930 (or 0x111930) is unknown color: approx Midnight Express. HEX triplet: 11, 19 and 30. RGB value is (17,25,48). Sum of RGB (Red+Green+Blue) = 17+25+48=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #111930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111930 is #EEE6CF. Grayscale: #191919. Windows color (decimal): -15656656 or 3152145. OLE color: 3152145.

HSL color Cylindrical-coordinate representation of color #111930: hue angle of 224.52º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #111930 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB172548-
CMYK0.650.4800.81
HSL224.52º47.69%12.75%-
HSV(B)224.52º64.58%18.82%-
XYZ1.111.032.94-
YUV25.23140.85122.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.89%
GREEN value IS 25 (10.16% from 255) = 27.78%
BLUE value IS 48 (19.14% from 255) = 53.33%
R=18.89%
G=27.78%
B=53.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1725480.650.4800.81224.5247.6912.75
Hex1119304130051e130d
Octal2131601016001213416015
Binary1000111001110000100000111000001010001111000011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111930; }

 p { color: rgb(17,25,48); }

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

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

 a { background-color: rgb(17,25,48); }

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

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

 span { border-color: rgb(17,25,48); }

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