#18204C

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

Shades of Midnight Express #18204C

Tints of Midnight Express #18204C

Color information

#18204C (or 0x18204C) is unknown color: approx Midnight Express. HEX triplet: 18, 20 and 4C. RGB value is (24,32,76). Sum of RGB (Red+Green+Blue) = 24+32+76=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 76 (30.08% from 255 or 57.58% from 132); Max value from RGB is 76 - color contains mainly: blue. Hex color #18204C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18204C is #E7DFB3. Grayscale: #222222. Windows color (decimal): -15196084 or 4988952. OLE color: 4988952.

HSL color Cylindrical-coordinate representation of color #18204C: hue angle of 230.77º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18204C is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB243276-
CMYK0.680.5800.70
HSL230.77º52%19.61%-
HSV(B)230.77º68.42%29.8%-
XYZ2.21.757.06-
YUV34.62151.35120.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.18%
GREEN value IS 32 (12.89% from 255) = 24.24%
BLUE value IS 76 (30.08% from 255) = 57.58%
R=18.18%
G=24.24%
B=57.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2432760.680.5800.70230.775219.61
Hex18204C443A046e73414
Octal30401141047201063476424
Binary1100010000010011001000100111010010001101110011111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,32,76); }

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

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

 a { background-color: rgb(24,32,76); }

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

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

 span { border-color: rgb(24,32,76); }

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