#111A34

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

Shades of Midnight Express #111A34

Tints of Midnight Express #111A34

Color information

#111A34 (or 0x111A34) is unknown color: approx Midnight Express. HEX triplet: 11, 1A and 34. RGB value is (17,26,52). Sum of RGB (Red+Green+Blue) = 17+26+52=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #111A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A34 is #EEE5CB. Grayscale: #1A1A1A. Windows color (decimal): -15656396 or 3414545. OLE color: 3414545.

HSL color Cylindrical-coordinate representation of color #111A34: hue angle of 224.57º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #111A34 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB172652-
CMYK0.670.5000.80
HSL224.57º50.72%13.53%-
HSV(B)224.57º67.31%20.39%-
XYZ1.221.113.4-
YUV26.27142.52121.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.89%
GREEN value IS 26 (10.55% from 255) = 27.37%
BLUE value IS 52 (20.70% from 255) = 54.74%
R=17.89%
G=27.37%
B=54.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1726520.670.5000.80224.5750.7213.53
Hex111A344332050e133e
Octal2132641036201203416316
Binary1000111010110100100001111001001010000111000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111A34; }

 p { color: rgb(17,26,52); }

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

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

 a { background-color: rgb(17,26,52); }

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

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

 span { border-color: rgb(17,26,52); }

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