#11123A

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

Shades of Midnight Express #11123A

Tints of Midnight Express #11123A

Color information

#11123A (or 0x11123A) is unknown color: approx Midnight Express. HEX triplet: 11, 12 and 3A. RGB value is (17,18,58). Sum of RGB (Red+Green+Blue) = 17+18+58=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 58 (23.05% from 255 or 62.37% from 93); Max value from RGB is 58 - color contains mainly: blue. Hex color #11123A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11123A is #EEEDC5. Grayscale: #161616. Windows color (decimal): -15658438 or 3805713. OLE color: 3805713.

HSL color Cylindrical-coordinate representation of color #11123A: hue angle of 238.54º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11123A is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB171858-
CMYK0.710.6900.77
HSL238.54º54.67%14.71%-
HSV(B)238.54º70.69%22.75%-
XYZ1.210.864.1-
YUV22.26148.17124.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.28%
GREEN value IS 18 (7.42% from 255) = 19.35%
BLUE value IS 58 (23.05% from 255) = 62.37%
R=18.28%
G=19.35%
B=62.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1718580.710.6900.77238.5454.6714.71
Hex11123A474504Def37f
Octal21227210710501153576717
Binary10001100101110101000111100010101001101111011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11123A; }

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

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

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

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

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

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

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

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