#111B48

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

Shades of Midnight Express #111B48

Tints of Midnight Express #111B48

Color information

#111B48 (or 0x111B48) is unknown color: approx Midnight Express. HEX triplet: 11, 1B and 48. RGB value is (17,27,72). Sum of RGB (Red+Green+Blue) = 17+27+72=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #111B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B48 is #EEE4B7. Grayscale: #1C1C1C. Windows color (decimal): -15656120 or 4725521. OLE color: 4725521.

HSL color Cylindrical-coordinate representation of color #111B48: hue angle of 229.09º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #111B48 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB172772-
CMYK0.760.6200.72
HSL229.09º61.8%17.45%-
HSV(B)229.09º76.39%28.24%-
XYZ1.791.376.3-
YUV29.14152.19119.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.66%
GREEN value IS 27 (10.94% from 255) = 23.28%
BLUE value IS 72 (28.52% from 255) = 62.07%
R=14.66%
G=23.28%
B=62.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1727720.760.6200.72229.0961.817.45
Hex111B484C3E048e53e11
Octal21331101147601103457621
Binary100011101110010001001100111110010010001110010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,27,72); }

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

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

 a { background-color: rgb(17,27,72); }

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

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

 span { border-color: rgb(17,27,72); }

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