Html Css Color HEX #1E283B Midnight Express

📋 copy color: '#1E283B'

red 30 ◦ green 40 ◦ blue 59

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

Shades of Midnight Express #1E283B

Tints of Midnight Express #1E283B

RGB

 RED value IS 30 (12.11% from 255) = 23.26%

 GREEN value IS 40 (16.02% from 255) = 31.01%

 BLUE value IS 59 (23.44% from 255) = 45.74%

R = 23.26%
G = 31.01%
B = 45.74%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1E283B (or 0x1E283B) is known color: Midnight Express. HEX triplet: 1E, 28 and 3B. RGB value is (30,40,59). Sum of RGB (Red+Green+Blue) = 30+40+59=129 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.26% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 59 - color contains mainly: blue. Hex color #1E283B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E283B is #E1D7C4. Grayscale: #272727. Windows color (decimal): -14800837 or 3876894. OLE color: 3876894.

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

Color convert

RGB 30 40 59 -
CMYK 0.49 0.32 0 0.77
HSL 219.31º 0.33% 0.17% -
HSV(B) 219.31º 0.49% 0.23% -
XYZ 2.08 2.11 4.44 -
YUV 39.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 30 40 59 0.49 0.32 0 0.77 219.31 0.33 0.17
Hex 1E 28 3B 31 20 0 4D DB 21 11
Octal 36 50 73 61 40 0 115 333 41 21
Binary 11110 101000 111011 110001 100000 0 1001101 11011011 100001 10001

Color Harmonies of #1E283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E283B

Black with #1E283B

Text Example


Text Example

White with #1E283B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,40,59); }

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

background-color css

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

 a { background-color: rgb(30,40,59); }

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

border-color css

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

 span { border-color: rgb(30,40,59); }

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