#18214C

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

Shades of Midnight Express #18214C

Tints of Midnight Express #18214C

Color information

#18214C (or 0x18214C) is unknown color: approx Midnight Express. HEX triplet: 18, 21 and 4C. RGB value is (24,33,76). Sum of RGB (Red+Green+Blue) = 24+33+76=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #18214C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18214C is #E7DEB3. Grayscale: #232323. Windows color (decimal): -15195828 or 4989208. OLE color: 4989208.

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

Color convert

RGB243376-
CMYK0.680.5700.70
HSL229.62º52%19.61%-
HSV(B)229.62º68.42%29.8%-
XYZ2.231.87.07-
YUV35.21151.02120-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.05%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 76 (30.08% from 255) = 57.14%
R=18.05%
G=24.81%
B=57.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2433760.680.5700.70229.625219.61
Hex18214C4439046e63414
Octal30411141047101063466424
Binary1100010000110011001000100111001010001101110011011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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