#111A2D

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

Shades of Midnight Express #111A2D

Tints of Midnight Express #111A2D

Color information

#111A2D (or 0x111A2D) is unknown color: approx Midnight Express. HEX triplet: 11, 1A and 2D. RGB value is (17,26,45). Sum of RGB (Red+Green+Blue) = 17+26+45=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #111A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A2D is #EEE5D2. Grayscale: #191919. Windows color (decimal): -15656403 or 2955793. OLE color: 2955793.

HSL color Cylindrical-coordinate representation of color #111A2D: hue angle of 220.71º 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 #111A2D is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB172645-
CMYK0.620.4200.82
HSL220.71º45.16%12.16%-
HSV(B)220.71º62.22%17.65%-
XYZ1.071.052.63-
YUV25.48139.02121.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 26 (10.55% from 255) = 29.55%
BLUE value IS 45 (17.97% from 255) = 51.14%
R=19.32%
G=29.55%
B=51.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1726450.620.4200.82220.7145.1612.16
Hex111A2D3E2A052dd2dc
Octal213255765201223355514
Binary100011101010110111111010101001010010110111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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