#111244

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

Shades of Midnight Express #111244

Tints of Midnight Express #111244

Color information

#111244 (or 0x111244) is unknown color: approx Midnight Express. HEX triplet: 11, 12 and 44. RGB value is (17,18,68). Sum of RGB (Red+Green+Blue) = 17+18+68=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 68 (26.95% from 255 or 66.02% from 103); Max value from RGB is 68 - color contains mainly: blue. Hex color #111244 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111244 is #EEEDBB. Grayscale: #171717. Windows color (decimal): -15658428 or 4461073. OLE color: 4461073.

HSL color Cylindrical-coordinate representation of color #111244: hue angle of 238.82º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #111244 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB171868-
CMYK0.750.7400.73
HSL238.82º60%16.67%-
HSV(B)238.82º75%26.67%-
XYZ1.490.975.58-
YUV23.4153.17123.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.50%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 68 (26.95% from 255) = 66.02%
R=16.50%
G=17.48%
B=66.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1718680.750.7400.73238.826016.67
Hex1112444B4A049ef3c11
Octal212210411311201113577421
Binary1000110010100010010010111001010010010011110111111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111244; }

 p { color: rgb(17,18,68); }

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

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

 a { background-color: rgb(17,18,68); }

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

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

 span { border-color: rgb(17,18,68); }

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