#11133A

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

Shades of Midnight Express #11133A

Tints of Midnight Express #11133A

Color information

#11133A (or 0x11133A) is unknown color: approx Midnight Express. HEX triplet: 11, 13 and 3A. RGB value is (17,19,58). Sum of RGB (Red+Green+Blue) = 17+19+58=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #11133A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11133A is #EEECC5. Grayscale: #161616. Windows color (decimal): -15658182 or 3805969. OLE color: 3805969.

HSL color Cylindrical-coordinate representation of color #11133A: hue angle of 237.07º 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 #11133A is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB171958-
CMYK0.710.6700.77
HSL237.07º54.67%14.71%-
HSV(B)237.07º70.69%22.75%-
XYZ1.230.894.11-
YUV22.85147.84123.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.09%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 58 (23.05% from 255) = 61.70%
R=18.09%
G=20.21%
B=61.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1719580.710.6700.77237.0754.6714.71
Hex11133A474304Ded37f
Octal21237210710301153556717
Binary10001100111110101000111100001101001101111011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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