#18264D

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

Shades of Midnight Express #18264D

Tints of Midnight Express #18264D

Color information

#18264D (or 0x18264D) is unknown color: approx Midnight Express. HEX triplet: 18, 26 and 4D. RGB value is (24,38,77). Sum of RGB (Red+Green+Blue) = 24+38+77=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #18264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18264D is #E7D9B2. Grayscale: #262626. Windows color (decimal): -15194547 or 5056024. OLE color: 5056024.

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

Color convert

RGB243877-
CMYK0.690.5100.70
HSL224.15º52.48%19.8%-
HSV(B)224.15º68.83%30.2%-
XYZ2.412.127.3-
YUV38.26149.86117.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 38 (15.23% from 255) = 27.34%
BLUE value IS 77 (30.47% from 255) = 55.40%
R=17.27%
G=27.34%
B=55.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2438770.690.5100.70224.1552.4819.8
Hex18264D4533046e03414
Octal30461151056301063406424
Binary1100010011010011011000101110011010001101110000011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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