Html Css Color HEX #182340 Midnight Express

📋 copy color: '#182340'

red 24 ◦ green 35 ◦ blue 64

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

Shades of Midnight Express #182340

Tints of Midnight Express #182340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.46%

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

R = 19.51%
G = 28.46%
B = 52.03%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#182340 (or 0x182340) is known color: Midnight Express. HEX triplet: 18, 23 and 40. RGB value is (24,35,64). Sum of RGB (Red+Green+Blue) = 24+35+64=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #182340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182340 is #E7DCBF. Grayscale: #222222. Windows color (decimal): -15195328 or 4203288. OLE color: 4203288.

HSL color Cylindrical-coordinate representation of color #182340: hue angle of 223.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 #182340 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 35 64 -
CMYK 0.62 0.45 0 0.75
HSL 223.5º 0.45% 0.17% -
HSV(B) 223.5º 0.63% 0.25% -
XYZ 1.9 1.77 5.09 -
YUV 35.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 24 35 64 0.62 0.45 0 0.75 223.5 0.45 0.17
Hex 18 23 40 3E 2D 0 4B E0 2D 11
Octal 30 43 100 76 55 0 113 340 55 21
Binary 11000 100011 1000000 111110 101101 0 1001011 11100000 101101 10001

Color Harmonies of #182340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182340

Black with #182340

Text Example


Text Example

White with #182340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182340; }

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

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

background-color css

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

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

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

border-color css

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

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

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