#111C34

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

Shades of Midnight Express #111C34

Tints of Midnight Express #111C34

Color information

#111C34 (or 0x111C34) is unknown color: approx Midnight Express. HEX triplet: 11, 1C and 34. RGB value is (17,28,52). Sum of RGB (Red+Green+Blue) = 17+28+52=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 52 (20.70% from 255 or 53.61% from 97); Max value from RGB is 52 - color contains mainly: blue. Hex color #111C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C34 is #EEE3CB. Grayscale: #1B1B1B. Windows color (decimal): -15655884 or 3415057. OLE color: 3415057.

HSL color Cylindrical-coordinate representation of color #111C34: hue angle of 221.14º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #111C34 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB172852-
CMYK0.670.4600.80
HSL221.14º50.72%13.53%-
HSV(B)221.14º67.31%20.39%-
XYZ1.271.23.41-
YUV27.45141.86120.55-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.53%
GREEN value IS 28 (11.33% from 255) = 28.87%
BLUE value IS 52 (20.70% from 255) = 53.61%
R=17.53%
G=28.87%
B=53.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1728520.670.4600.80221.1450.7213.53
Hex111C34432E050dd33e
Octal2134641035601203356316
Binary1000111100110100100001110111001010000110111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,28,52); }

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

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

 a { background-color: rgb(17,28,52); }

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

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

 span { border-color: rgb(17,28,52); }

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