#18234C

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

Shades of Midnight Express #18234C

Tints of Midnight Express #18234C

Color information

#18234C (or 0x18234C) is unknown color: approx Midnight Express. HEX triplet: 18, 23 and 4C. RGB value is (24,35,76). Sum of RGB (Red+Green+Blue) = 24+35+76=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 76 (30.08% from 255 or 56.30% from 135); Max value from RGB is 76 - color contains mainly: blue. Hex color #18234C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18234C is #E7DCB3. Grayscale: #242424. Windows color (decimal): -15195316 or 4989720. OLE color: 4989720.

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

Color convert

RGB243576-
CMYK0.680.5400.70
HSL227.31º52%19.61%-
HSV(B)227.31º68.42%29.8%-
XYZ2.281.927.09-
YUV36.38150.36119.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.78%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 76 (30.08% from 255) = 56.30%
R=17.78%
G=25.93%
B=56.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2435760.680.5400.70227.315219.61
Hex18234C4436046e33414
Octal30431141046601063436424
Binary1100010001110011001000100110110010001101110001111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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