#18264C

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

Shades of Midnight Express #18264C

Tints of Midnight Express #18264C

Color information

#18264C (or 0x18264C) is unknown color: approx Midnight Express. HEX triplet: 18, 26 and 4C. RGB value is (24,38,76). Sum of RGB (Red+Green+Blue) = 24+38+76=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #18264C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18264C is #E7D9B3. Grayscale: #252525. Windows color (decimal): -15194548 or 4990488. OLE color: 4990488.

HSL color Cylindrical-coordinate representation of color #18264C: hue angle of 223.85º 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 #18264C is Cyan = 0.68, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB243876-
CMYK0.680.500.70
HSL223.85º52%19.61%-
HSV(B)223.85º68.42%29.8%-
XYZ2.372.17.12-
YUV38.15149.36117.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.39%
GREEN value IS 38 (15.23% from 255) = 27.54%
BLUE value IS 76 (30.08% from 255) = 55.07%
R=17.39%
G=27.54%
B=55.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2438760.680.500.70223.855219.61
Hex18264C4432046e03414
Octal30461141046201063406424
Binary1100010011010011001000100110010010001101110000011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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