#18204B

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

Shades of Midnight Express #18204B

Tints of Midnight Express #18204B

Color information

#18204B (or 0x18204B) is unknown color: approx Midnight Express. HEX triplet: 18, 20 and 4B. RGB value is (24,32,75). Sum of RGB (Red+Green+Blue) = 24+32+75=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #18204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18204B is #E7DFB4. Grayscale: #222222. Windows color (decimal): -15196085 or 4923416. OLE color: 4923416.

HSL color Cylindrical-coordinate representation of color #18204B: hue angle of 230.59º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18204B is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB243275-
CMYK0.680.5700.71
HSL230.59º51.52%19.41%-
HSV(B)230.59º68%29.41%-
XYZ2.161.746.88-
YUV34.51150.85120.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.32%
GREEN value IS 32 (12.89% from 255) = 24.43%
BLUE value IS 75 (29.69% from 255) = 57.25%
R=18.32%
G=24.43%
B=57.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2432750.680.5700.71230.5951.5219.41
Hex18204B4439047e73413
Octal30401131047101073476423
Binary1100010000010010111000100111001010001111110011111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,32,75); }

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

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

 a { background-color: rgb(24,32,75); }

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

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

 span { border-color: rgb(24,32,75); }

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