#11133D

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

Shades of Midnight Express #11133D

Tints of Midnight Express #11133D

Color information

#11133D (or 0x11133D) is unknown color: approx Midnight Express. HEX triplet: 11, 13 and 3D. RGB value is (17,19,61). Sum of RGB (Red+Green+Blue) = 17+19+61=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 61 (24.22% from 255 or 62.89% from 97); Max value from RGB is 61 - color contains mainly: blue. Hex color #11133D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11133D is #EEECC2. Grayscale: #171717. Windows color (decimal): -15658179 or 4002577. OLE color: 4002577.

HSL color Cylindrical-coordinate representation of color #11133D: hue angle of 237.27º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #11133D is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB171961-
CMYK0.720.6900.76
HSL237.27º56.41%15.29%-
HSV(B)237.27º72.13%23.92%-
XYZ1.310.924.52-
YUV23.19149.34123.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.53%
GREEN value IS 19 (7.81% from 255) = 19.59%
BLUE value IS 61 (24.22% from 255) = 62.89%
R=17.53%
G=19.59%
B=62.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1719610.720.6900.76237.2756.4115.29
Hex11133D484504Ced38f
Octal21237511010501143557017
Binary10001100111111011001000100010101001100111011011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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