#18274C

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

Shades of Midnight Express #18274C

Tints of Midnight Express #18274C

Color information

#18274C (or 0x18274C) is unknown color: approx Midnight Express. HEX triplet: 18, 27 and 4C. RGB value is (24,39,76). Sum of RGB (Red+Green+Blue) = 24+39+76=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #18274C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18274C is #E7D8B3. Grayscale: #262626. Windows color (decimal): -15194292 or 4990744. OLE color: 4990744.

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

Color convert

RGB243976-
CMYK0.680.4900.70
HSL222.69º52%19.61%-
HSV(B)222.69º68.42%29.8%-
XYZ2.412.177.13-
YUV38.73149.03117.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 39 (15.62% from 255) = 28.06%
BLUE value IS 76 (30.08% from 255) = 54.68%
R=17.27%
G=28.06%
B=54.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2439760.680.4900.70222.695219.61
Hex18274C4431046df3414
Octal30471141046101063376424
Binary1100010011110011001000100110001010001101101111111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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