Html Css Color HEX #1E233A Midnight Express

📋 copy color: '#1E233A'

red 30 ◦ green 35 ◦ blue 58

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

Shades of Midnight Express #1E233A

Tints of Midnight Express #1E233A

RGB

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

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

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

R = 24.39%
G = 28.46%
B = 47.15%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1E233A (or 0x1E233A) is known color: Midnight Express. HEX triplet: 1E, 23 and 3A. RGB value is (30,35,58). Sum of RGB (Red+Green+Blue) = 30+35+58=123 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.39% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 58 - color contains mainly: blue. Hex color #1E233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E233A is #E1DCC5. Grayscale: #242424. Windows color (decimal): -14802118 or 3810078. OLE color: 3810078.

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

Color convert

RGB 30 35 58 -
CMYK 0.48 0.40 0 0.77
HSL 229.29º 0.32% 0.17% -
HSV(B) 229.29º 0.48% 0.23% -
XYZ 1.9 1.78 4.25 -
YUV 36.13 140.34 123.63 -
System Red Green Blue C M Y K H S L
Decimal 30 35 58 0.48 0.40 0 0.77 229.29 0.32 0.17
Hex 1E 23 3A 30 28 0 4D E5 20 11
Octal 36 43 72 60 50 0 115 345 40 21
Binary 11110 100011 111010 110000 101000 0 1001101 11100101 100000 10001

Color Harmonies of #1E233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E233A

Black with #1E233A

Text Example


Text Example

White with #1E233A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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