#11193C

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

Shades of Midnight Express #11193C

Tints of Midnight Express #11193C

Color information

#11193C (or 0x11193C) is unknown color: approx Midnight Express. HEX triplet: 11, 19 and 3C. RGB value is (17,25,60). Sum of RGB (Red+Green+Blue) = 17+25+60=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #11193C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11193C is #EEE6C3. Grayscale: #1A1A1A. Windows color (decimal): -15656644 or 3938577. OLE color: 3938577.

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

Color convert

RGB172560-
CMYK0.720.5800.76
HSL228.84º55.84%15.1%-
HSV(B)228.84º71.67%23.53%-
XYZ1.391.144.42-
YUV26.6146.85121.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 25 (10.16% from 255) = 24.51%
BLUE value IS 60 (23.83% from 255) = 58.82%
R=16.67%
G=24.51%
B=58.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1725600.720.5800.76228.8455.8415.1
Hex11193C483A04Ce538f
Octal2131741107201143457017
Binary1000111001111100100100011101001001100111001011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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