#111C41

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

Shades of Midnight Express #111C41

Tints of Midnight Express #111C41

Color information

#111C41 (or 0x111C41) is unknown color: approx Midnight Express. HEX triplet: 11, 1C and 41. RGB value is (17,28,65). Sum of RGB (Red+Green+Blue) = 17+28+65=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #111C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C41 is #EEE3BE. Grayscale: #1C1C1C. Windows color (decimal): -15655871 or 4267025. OLE color: 4267025.

HSL color Cylindrical-coordinate representation of color #111C41: hue angle of 226.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #111C41 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB172865-
CMYK0.740.5700.75
HSL226.25º58.54%16.08%-
HSV(B)226.25º73.85%25.49%-
XYZ1.61.335.17-
YUV28.93148.36119.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.45%
GREEN value IS 28 (11.33% from 255) = 25.45%
BLUE value IS 65 (25.78% from 255) = 59.09%
R=15.45%
G=25.45%
B=59.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1728650.740.5700.75226.2558.5416.08
Hex111C414A3904Be23b10
Octal21341011127101133427320
Binary100011110010000011001010111001010010111110001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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