Html Css Color HEX #181E40 Midnight Express

📋 copy color: '#181E40'

red 24 ◦ green 30 ◦ blue 64

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

Shades of Midnight Express #181E40

Tints of Midnight Express #181E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 25.42%

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

R = 20.34%
G = 25.42%
B = 54.24%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#181E40 (or 0x181E40) is known color: Midnight Express. HEX triplet: 18, 1E and 40. RGB value is (24,30,64). Sum of RGB (Red+Green+Blue) = 24+30+64=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #181E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181E40 is #E7E1BF. Grayscale: #1F1F1F. Windows color (decimal): -15196608 or 4202008. OLE color: 4202008.

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

Color convert

RGB 24 30 64 -
CMYK 0.62 0.53 0 0.75
HSL 231º 0.45% 0.17% -
HSV(B) 231º 0.63% 0.25% -
XYZ 1.77 1.49 5.05 -
YUV 32.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 24 30 64 0.62 0.53 0 0.75 231 0.45 0.17
Hex 18 1E 40 3E 35 0 4B E7 2D 11
Octal 30 36 100 76 65 0 113 347 55 21
Binary 11000 11110 1000000 111110 110101 0 1001011 11100111 101101 10001

Color Harmonies of #181E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181E40

Black with #181E40

Text Example


Text Example

White with #181E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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