#11143D

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

Shades of Midnight Express #11143D

Tints of Midnight Express #11143D

Color information

#11143D (or 0x11143D) is unknown color: approx Midnight Express. HEX triplet: 11, 14 and 3D. RGB value is (17,20,61). Sum of RGB (Red+Green+Blue) = 17+20+61=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #11143D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11143D is #EEEBC2. Grayscale: #171717. Windows color (decimal): -15657923 or 4002833. OLE color: 4002833.

HSL color Cylindrical-coordinate representation of color #11143D: hue angle of 235.91º 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 #11143D is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB172061-
CMYK0.720.6700.76
HSL235.91º56.41%15.29%-
HSV(B)235.91º72.13%23.92%-
XYZ1.320.964.53-
YUV23.78149.01123.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.35%
GREEN value IS 20 (8.20% from 255) = 20.41%
BLUE value IS 61 (24.22% from 255) = 62.24%
R=17.35%
G=20.41%
B=62.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1720610.720.6700.76235.9156.4115.29
Hex11143D484304Cec38f
Octal21247511010301143547017
Binary10001101001111011001000100001101001100111011001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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