Html Css Color HEX #182540 Midnight Express

📋 copy color: '#182540'

red 24 ◦ green 37 ◦ blue 64

#182540
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #182540

Tints of Midnight Express #182540

RGB

 RED value IS 24 (9.77% from 255) = 19.2%

 GREEN value IS 37 (14.84% from 255) = 29.6%

 BLUE value IS 64 (25.39% from 255) = 51.2%

R = 19.2%
G = 29.6%
B = 51.2%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#182540 (or 0x182540) is known color: Midnight Express. HEX triplet: 18, 25 and 40. RGB value is (24,37,64). Sum of RGB (Red+Green+Blue) = 24+37+64=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #182540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182540 is #E7DABF. Grayscale: #242424. Windows color (decimal): -15194816 or 4203800. OLE color: 4203800.

HSL color Cylindrical-coordinate representation of color #182540: hue angle of 220.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #182540 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 37 64 -
CMYK 0.62 0.42 0 0.75
HSL 220.5º 0.45% 0.17% -
HSV(B) 220.5º 0.63% 0.25% -
XYZ 1.96 1.89 5.11 -
YUV 36.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 24 37 64 0.62 0.42 0 0.75 220.5 0.45 0.17
Hex 18 25 40 3E 2A 0 4B DC 2D 11
Octal 30 45 100 76 52 0 113 334 55 21
Binary 11000 100101 1000000 111110 101010 0 1001011 11011100 101101 10001

Color Harmonies of #182540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182540

Black with #182540

Text Example


Text Example

White with #182540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182540; }

 p { color: rgb(24,37,64); }

 H1.HeaderClassName
 {
   color: #182540;
 }
 .AnyTagClassName
 {
   color: #182540;
 }
</style>

background-color css

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

 a { background-color: rgb(24,37,64); }

 div.DivClassName
 {
   background-color: #182540;
 }
 .BgClassName
 {
   background-color: #182540;
 }
</style>

border-color css

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

 span { border-color: rgb(24,37,64); }

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