#18274E

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

Shades of Midnight Express #18274E

Tints of Midnight Express #18274E

Color information

#18274E (or 0x18274E) is unknown color: approx Midnight Express. HEX triplet: 18, 27 and 4E. RGB value is (24,39,78). Sum of RGB (Red+Green+Blue) = 24+39+78=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #18274E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18274E is #E7D8B1. Grayscale: #262626. Windows color (decimal): -15194290 or 5121816. OLE color: 5121816.

HSL color Cylindrical-coordinate representation of color #18274E: hue angle of 223.33º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18274E is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB243978-
CMYK0.690.5000.69
HSL223.33º52.94%20%-
HSV(B)223.33º69.23%30.59%-
XYZ2.482.27.5-
YUV38.96150.03117.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.02%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 78 (30.86% from 255) = 55.32%
R=17.02%
G=27.66%
B=55.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2439780.690.5000.69223.3352.9420
Hex18274E4532045df3514
Octal30471161056201053376524
Binary1100010011110011101000101110010010001011101111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18274E; }

 p { color: rgb(24,39,78); }

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

<style>
 a { background-color: #18274E; }

 a { background-color: rgb(24,39,78); }

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

<style>
 span { border-color: #18274E; }

 span { border-color: rgb(24,39,78); }

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