Html Css Color HEX #1E213E Midnight Express

📋 copy color: '#1E213E'

red 30 ◦ green 33 ◦ blue 62

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

Shades of Midnight Express #1E213E

Tints of Midnight Express #1E213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.4%

 BLUE value IS 62 (24.61% from 255) = 49.6%

R = 24%
G = 26.4%
B = 49.6%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1E213E (or 0x1E213E) is known color: Midnight Express. HEX triplet: 1E, 21 and 3E. RGB value is (30,33,62). Sum of RGB (Red+Green+Blue) = 30+33+62=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 62 (24.61% from 255 or 49.6% from 125); Max value from RGB is 62 - color contains mainly: blue. Hex color #1E213E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E213E is #E1DEC1. Grayscale: #232323. Windows color (decimal): -14802626 or 4071710. OLE color: 4071710.

HSL color Cylindrical-coordinate representation of color #1E213E: hue angle of 234.38º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E213E is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 30 33 62 -
CMYK 0.52 0.47 0 0.76
HSL 234.38º 0.35% 0.18% -
HSV(B) 234.38º 0.52% 0.24% -
XYZ 1.95 1.71 4.79 -
YUV 35.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 30 33 62 0.52 0.47 0 0.76 234.38 0.35 0.18
Hex 1E 21 3E 34 2F 0 4C EA 23 12
Octal 36 41 76 64 57 0 114 352 43 22
Binary 11110 100001 111110 110100 101111 0 1001100 11101010 100011 10010

Color Harmonies of #1E213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E213E

Black with #1E213E

Text Example


Text Example

White with #1E213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,33,62); }

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

background-color css

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

 a { background-color: rgb(30,33,62); }

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

border-color css

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

 span { border-color: rgb(30,33,62); }

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