#11234C

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

Shades of Midnight Express #11234C

Tints of Midnight Express #11234C

Color information

#11234C (or 0x11234C) is unknown color: approx Midnight Express. HEX triplet: 11, 23 and 4C. RGB value is (17,35,76). Sum of RGB (Red+Green+Blue) = 17+35+76=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #11234C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11234C is #EEDCB3. Grayscale: #222222. Windows color (decimal): -15654068 or 4989713. OLE color: 4989713.

HSL color Cylindrical-coordinate representation of color #11234C: hue angle of 221.69º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11234C is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB173576-
CMYK0.780.5400.70
HSL221.69º63.44%18.24%-
HSV(B)221.69º77.63%29.8%-
XYZ2.141.847.08-
YUV34.29151.54115.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 35 (14.06% from 255) = 27.34%
BLUE value IS 76 (30.08% from 255) = 59.38%
R=13.28%
G=27.34%
B=59.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1735760.780.5400.70221.6963.4418.24
Hex11234C4E36046de3f12
Octal21431141166601063367722
Binary1000110001110011001001110110110010001101101111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,35,76); }

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

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

 a { background-color: rgb(17,35,76); }

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

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

 span { border-color: rgb(17,35,76); }

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