#11134B

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

Shades of Midnight Express #11134B

Tints of Midnight Express #11134B

Color information

#11134B (or 0x11134B) is unknown color: approx Midnight Express. HEX triplet: 11, 13 and 4B. RGB value is (17,19,75). Sum of RGB (Red+Green+Blue) = 17+19+75=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #11134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11134B is #EEECB4. Grayscale: #181818. Windows color (decimal): -15658165 or 4920081. OLE color: 4920081.

HSL color Cylindrical-coordinate representation of color #11134B: hue angle of 237.93º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11134B is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB171975-
CMYK0.770.7500.71
HSL237.93º63.04%18.04%-
HSV(B)237.93º77.33%29.41%-
XYZ1.731.096.78-
YUV24.79156.34122.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.32%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 75 (29.69% from 255) = 67.57%
R=15.32%
G=17.12%
B=67.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1719750.770.7500.71237.9363.0418.04
Hex11134B4D4B047ee3f12
Octal212311311511301073567722
Binary1000110011100101110011011001011010001111110111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11134B; }

 p { color: rgb(17,19,75); }

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

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

 a { background-color: rgb(17,19,75); }

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

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

 span { border-color: rgb(17,19,75); }

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