#18214B

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

Shades of Midnight Express #18214B

Tints of Midnight Express #18214B

Color information

#18214B (or 0x18214B) is unknown color: approx Midnight Express. HEX triplet: 18, 21 and 4B. RGB value is (24,33,75). Sum of RGB (Red+Green+Blue) = 24+33+75=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #18214B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18214B is #E7DEB4. Grayscale: #222222. Windows color (decimal): -15195829 or 4923672. OLE color: 4923672.

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

Color convert

RGB243375-
CMYK0.680.5600.71
HSL229.41º51.52%19.41%-
HSV(B)229.41º68%29.41%-
XYZ2.191.796.89-
YUV35.1150.52120.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.18%
GREEN value IS 33 (13.28% from 255) = 25%
BLUE value IS 75 (29.69% from 255) = 56.82%
R=18.18%
G=25%
B=56.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2433750.680.5600.71229.4151.5219.41
Hex18214B4438047e53413
Octal30411131047001073456423
Binary1100010000110010111000100111000010001111110010111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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