#11203D

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

Shades of Midnight Express #11203D

Tints of Midnight Express #11203D

Color information

#11203D (or 0x11203D) is unknown color: approx Midnight Express. HEX triplet: 11, 20 and 3D. RGB value is (17,32,61). Sum of RGB (Red+Green+Blue) = 17+32+61=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #11203D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11203D is #EEDFC2. Grayscale: #1E1E1E. Windows color (decimal): -15654851 or 4005905. OLE color: 4005905.

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

Color convert

RGB173261-
CMYK0.720.4800.76
HSL219.55º56.41%15.29%-
HSV(B)219.55º72.13%23.92%-
XYZ1.591.494.62-
YUV30.82145.03118.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.45%
GREEN value IS 32 (12.89% from 255) = 29.09%
BLUE value IS 61 (24.22% from 255) = 55.45%
R=15.45%
G=29.09%
B=55.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1732610.720.4800.76219.5556.4115.29
Hex11203D483004Cdc38f
Octal2140751106001143347017
Binary10001100000111101100100011000001001100110111001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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