Html Css Color HEX #1D1E3A Midnight Express

📋 copy color: '#1D1E3A'

red 29 ◦ green 30 ◦ blue 58

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

Shades of Midnight Express #1D1E3A

Tints of Midnight Express #1D1E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 49.57%

R = 24.79%
G = 25.64%
B = 49.57%

CMYK

 C value IS 0.5

 M value IS 0.48

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1D1E3A (or 0x1D1E3A) is known color: Midnight Express. HEX triplet: 1D, 1E and 3A. RGB value is (29,30,58). Sum of RGB (Red+Green+Blue) = 29+30+58=117 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.79% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #1D1E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1E3A is #E2E1C5. Grayscale: #202020. Windows color (decimal): -14868934 or 3808797. OLE color: 3808797.

HSL color Cylindrical-coordinate representation of color #1D1E3A: hue angle of 237.93º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1D1E3A is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 29 30 58 -
CMYK 0.5 0.48 0 0.77
HSL 237.93º 0.33% 0.17% -
HSV(B) 237.93º 0.5% 0.23% -
XYZ 1.73 1.5 4.2 -
YUV 32.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 29 30 58 0.5 0.48 0 0.77 237.93 0.33 0.17
Hex 1D 1E 3A 32 30 0 4D EE 21 11
Octal 35 36 72 62 60 0 115 356 41 21
Binary 11101 11110 111010 110010 110000 0 1001101 11101110 100001 10001

Color Harmonies of #1D1E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1E3A

Black with #1D1E3A

Text Example


Text Example

White with #1D1E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D1E3A; }

 p { color: rgb(29,30,58); }

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

background-color css

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

 a { background-color: rgb(29,30,58); }

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

border-color css

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

 span { border-color: rgb(29,30,58); }

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