#18233B

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

Shades of Midnight Express #18233B

Tints of Midnight Express #18233B

Color information

#18233B (or 0x18233B) is unknown color: approx Midnight Express. HEX triplet: 18, 23 and 3B. RGB value is (24,35,59). Sum of RGB (Red+Green+Blue) = 24+35+59=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 59 (23.44% from 255 or 50% from 118); Max value from RGB is 59 - color contains mainly: blue. Hex color #18233B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18233B is #E7DCC4. Grayscale: #222222. Windows color (decimal): -15195333 or 3875608. OLE color: 3875608.

HSL color Cylindrical-coordinate representation of color #18233B: hue angle of 221.14º degrees, saturation: 0.42, 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 #18233B is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB243559-
CMYK0.590.4100.77
HSL221.14º42.17%16.27%-
HSV(B)221.14º59.32%23.14%-
XYZ1.771.714.37-
YUV34.45141.86120.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.34%
GREEN value IS 35 (14.06% from 255) = 29.66%
BLUE value IS 59 (23.44% from 255) = 50%
R=20.34%
G=29.66%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2435590.590.4100.77221.1442.1716.27
Hex18233B3B2904Ddd2a10
Octal304373735101153355220
Binary11000100011111011111011101001010011011101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18233B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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