Html Css Color HEX #181D40 Midnight Express

📋 copy color: '#181D40'

red 24 ◦ green 29 ◦ blue 64

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

Shades of Midnight Express #181D40

Tints of Midnight Express #181D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.79%

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

R = 20.51%
G = 24.79%
B = 54.7%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#181D40 (or 0x181D40) is known color: Midnight Express. HEX triplet: 18, 1D and 40. RGB value is (24,29,64). Sum of RGB (Red+Green+Blue) = 24+29+64=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #181D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181D40 is #E7E2BF. Grayscale: #1F1F1F. Windows color (decimal): -15196864 or 4201752. OLE color: 4201752.

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

Color convert

RGB 24 29 64 -
CMYK 0.62 0.55 0 0.75
HSL 232.5º 0.45% 0.17% -
HSV(B) 232.5º 0.63% 0.25% -
XYZ 1.74 1.44 5.04 -
YUV 31.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 24 29 64 0.62 0.55 0 0.75 232.5 0.45 0.17
Hex 18 1D 40 3E 37 0 4B E8 2D 11
Octal 30 35 100 76 67 0 113 350 55 21
Binary 11000 11101 1000000 111110 110111 0 1001011 11101000 101101 10001

Color Harmonies of #181D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181D40

Black with #181D40

Text Example


Text Example

White with #181D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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