#18233F

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

Shades of Midnight Express #18233F

Tints of Midnight Express #18233F

Color information

#18233F (or 0x18233F) is unknown color: approx Midnight Express. HEX triplet: 18, 23 and 3F. RGB value is (24,35,63). Sum of RGB (Red+Green+Blue) = 24+35+63=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #18233F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18233F is #E7DCC0. Grayscale: #222222. Windows color (decimal): -15195329 or 4137752. OLE color: 4137752.

HSL color Cylindrical-coordinate representation of color #18233F: hue angle of 223.08º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18233F is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB243563-
CMYK0.620.4400.75
HSL223.08º44.83%17.06%-
HSV(B)223.08º61.9%24.71%-
XYZ1.871.764.94-
YUV34.9143.86120.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 35 (14.06% from 255) = 28.69%
BLUE value IS 63 (25% from 255) = 51.64%
R=19.67%
G=28.69%
B=51.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2435630.620.4400.75223.0844.8317.06
Hex18233F3E2C04Bdf2d11
Octal304377765401133375521
Binary11000100011111111111110101100010010111101111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18233F; }

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

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

<style>
 a { background-color: #18233F; }

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

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

<style>
 span { border-color: #18233F; }

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

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