#18284D

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

Shades of Midnight Express #18284D

Tints of Midnight Express #18284D

Color information

#18284D (or 0x18284D) is unknown color: approx Midnight Express. HEX triplet: 18, 28 and 4D. RGB value is (24,40,77). Sum of RGB (Red+Green+Blue) = 24+40+77=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #18284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18284D is #E7D7B2. Grayscale: #272727. Windows color (decimal): -15194035 or 5056536. OLE color: 5056536.

HSL color Cylindrical-coordinate representation of color #18284D: hue angle of 221.89º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18284D is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB244077-
CMYK0.690.4800.70
HSL221.89º52.48%19.8%-
HSV(B)221.89º68.83%30.2%-
XYZ2.482.257.32-
YUV39.43149.2116.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.02%
GREEN value IS 40 (16.02% from 255) = 28.37%
BLUE value IS 77 (30.47% from 255) = 54.61%
R=17.02%
G=28.37%
B=54.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2440770.690.4800.70221.8952.4819.8
Hex18284D4530046de3414
Octal30501151056001063366424
Binary1100010100010011011000101110000010001101101111011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18284D; }

 p { color: rgb(24,40,77); }

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

<style>
 a { background-color: #18284D; }

 a { background-color: rgb(24,40,77); }

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

<style>
 span { border-color: #18284D; }

 span { border-color: rgb(24,40,77); }

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