#11193D

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

Shades of Midnight Express #11193D

Tints of Midnight Express #11193D

Color information

#11193D (or 0x11193D) is unknown color: approx Midnight Express. HEX triplet: 11, 19 and 3D. RGB value is (17,25,61). Sum of RGB (Red+Green+Blue) = 17+25+61=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 61 (24.22% from 255 or 59.22% from 103); Max value from RGB is 61 - color contains mainly: blue. Hex color #11193D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11193D is #EEE6C2. Grayscale: #1A1A1A. Windows color (decimal): -15656643 or 4004113. OLE color: 4004113.

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

Color convert

RGB172561-
CMYK0.720.5900.76
HSL229.09º56.41%15.29%-
HSV(B)229.09º72.13%23.92%-
XYZ1.421.154.56-
YUV26.71147.35121.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.50%
GREEN value IS 25 (10.16% from 255) = 24.27%
BLUE value IS 61 (24.22% from 255) = 59.22%
R=16.50%
G=24.27%
B=59.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1725610.720.5900.76229.0956.4115.29
Hex11193D483B04Ce538f
Octal2131751107301143457017
Binary1000111001111101100100011101101001100111001011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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