#111D35

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

Shades of Midnight Express #111D35

Tints of Midnight Express #111D35

Color information

#111D35 (or 0x111D35) is unknown color: approx Midnight Express. HEX triplet: 11, 1D and 35. RGB value is (17,29,53). Sum of RGB (Red+Green+Blue) = 17+29+53=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #111D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D35 is #EEE2CA. Grayscale: #1C1C1C. Windows color (decimal): -15655627 or 3480849. OLE color: 3480849.

HSL color Cylindrical-coordinate representation of color #111D35: hue angle of 220º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #111D35 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB172953-
CMYK0.680.4500.79
HSL220º51.43%13.73%-
HSV(B)220º67.92%20.78%-
XYZ1.311.253.54-
YUV28.15142.02120.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 29 (11.72% from 255) = 29.29%
BLUE value IS 53 (21.09% from 255) = 53.54%
R=17.17%
G=29.29%
B=53.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1729530.680.4500.7922051.4313.73
Hex111D35442D04Fdc33e
Octal2135651045501173346316
Binary1000111101110101100010010110101001111110111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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