#18233A

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

Shades of Midnight Express #18233A

Tints of Midnight Express #18233A

Color information

#18233A (or 0x18233A) is unknown color: approx Midnight Express. HEX triplet: 18, 23 and 3A. RGB value is (24,35,58). Sum of RGB (Red+Green+Blue) = 24+35+58=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #18233A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18233A is #E7DCC5. Grayscale: #222222. Windows color (decimal): -15195334 or 3810072. OLE color: 3810072.

HSL color Cylindrical-coordinate representation of color #18233A: hue angle of 220.59º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18233A is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB243558-
CMYK0.590.4000.77
HSL220.59º41.46%16.08%-
HSV(B)220.59º58.62%22.75%-
XYZ1.741.74.24-
YUV34.33141.36120.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.51%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 58 (23.05% from 255) = 49.57%
R=20.51%
G=29.91%
B=49.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2435580.590.4000.77220.5941.4616.08
Hex18233A3B2804Ddd2910
Octal304372735001153355120
Binary11000100011111010111011101000010011011101110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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