#111B2D

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

Shades of Midnight Express #111B2D

Tints of Midnight Express #111B2D

Color information

#111B2D (or 0x111B2D) is unknown color: approx Midnight Express. HEX triplet: 11, 1B and 2D. RGB value is (17,27,45). Sum of RGB (Red+Green+Blue) = 17+27+45=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 45 (17.97% from 255 or 50.56% from 89); Max value from RGB is 45 - color contains mainly: blue. Hex color #111B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B2D is #EEE4D2. Grayscale: #191919. Windows color (decimal): -15656147 or 2956049. OLE color: 2956049.

HSL color Cylindrical-coordinate representation of color #111B2D: hue angle of 218.57º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #111B2D is Cyan = 0.62, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB172745-
CMYK0.620.400.82
HSL218.57º45.16%12.16%-
HSV(B)218.57º62.22%17.65%-
XYZ1.11.092.64-
YUV26.06138.69121.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.10%
GREEN value IS 27 (10.94% from 255) = 30.34%
BLUE value IS 45 (17.97% from 255) = 50.56%
R=19.10%
G=30.34%
B=50.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1727450.620.400.82218.5745.1612.16
Hex111B2D3E28052db2dc
Octal213355765001223335514
Binary100011101110110111111010100001010010110110111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,27,45); }

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

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

 a { background-color: rgb(17,27,45); }

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

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

 span { border-color: rgb(17,27,45); }

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