#111235

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

Shades of Midnight Express #111235

Tints of Midnight Express #111235

Color information

#111235 (or 0x111235) is unknown color: approx Midnight Express. HEX triplet: 11, 12 and 35. RGB value is (17,18,53). Sum of RGB (Red+Green+Blue) = 17+18+53=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 53 (21.09% from 255 or 60.23% from 88); Max value from RGB is 53 - color contains mainly: blue. Hex color #111235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111235 is #EEEDCA. Grayscale: #151515. Windows color (decimal): -15658443 or 3478033. OLE color: 3478033.

HSL color Cylindrical-coordinate representation of color #111235: hue angle of 238.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #111235 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB171853-
CMYK0.680.6600.79
HSL238.33º51.43%13.73%-
HSV(B)238.33º67.92%20.78%-
XYZ1.090.813.47-
YUV21.69145.67124.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 53 (21.09% from 255) = 60.23%
R=19.32%
G=20.45%
B=60.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1718530.680.6600.79238.3351.4313.73
Hex111235444204Fee33e
Octal21226510410201173566316
Binary10001100101101011000100100001001001111111011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111235; }

 p { color: rgb(17,18,53); }

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

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

 a { background-color: rgb(17,18,53); }

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

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

 span { border-color: rgb(17,18,53); }

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