#111D3A

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

Shades of Midnight Express #111D3A

Tints of Midnight Express #111D3A

Color information

#111D3A (or 0x111D3A) is unknown color: approx Midnight Express. HEX triplet: 11, 1D and 3A. RGB value is (17,29,58). Sum of RGB (Red+Green+Blue) = 17+29+58=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 58 (23.05% from 255 or 55.77% from 104); Max value from RGB is 58 - color contains mainly: blue. Hex color #111D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D3A is #EEE2C5. Grayscale: #1C1C1C. Windows color (decimal): -15655622 or 3808529. OLE color: 3808529.

HSL color Cylindrical-coordinate representation of color #111D3A: hue angle of 222.44º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #111D3A is Cyan = 0.71, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB172958-
CMYK0.710.500.77
HSL222.44º54.67%14.71%-
HSV(B)222.44º70.69%22.75%-
XYZ1.431.34.18-
YUV28.72144.52119.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.35%
GREEN value IS 29 (11.72% from 255) = 27.88%
BLUE value IS 58 (23.05% from 255) = 55.77%
R=16.35%
G=27.88%
B=55.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1729580.710.500.77222.4454.6714.71
Hex111D3A473204Dde37f
Octal2135721076201153366717
Binary1000111101111010100011111001001001101110111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,29,58); }

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

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

 a { background-color: rgb(17,29,58); }

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

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

 span { border-color: rgb(17,29,58); }

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