Html Css Color HEX #141E38 Midnight Express

📋 copy color: '#141E38'

red 20 ◦ green 30 ◦ blue 56

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

Shades of Midnight Express #141E38

Tints of Midnight Express #141E38

RGB

 RED value IS 20 (8.2% from 255) = 18.87%

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

 BLUE value IS 56 (22.27% from 255) = 52.83%

R = 18.87%
G = 28.3%
B = 52.83%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#141E38 (or 0x141E38) is known color: Midnight Express. HEX triplet: 14, 1E and 38. RGB value is (20,30,56). Sum of RGB (Red+Green+Blue) = 20+30+56=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #141E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E38 is #EBE1C7. Grayscale: #1D1D1D. Windows color (decimal): -15458760 or 3677716. OLE color: 3677716.

HSL color Cylindrical-coordinate representation of color #141E38: hue angle of 223.33º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #141E38 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 30 56 -
CMYK 0.64 0.46 0 0.78
HSL 223.33º 0.47% 0.15% -
HSV(B) 223.33º 0.64% 0.22% -
XYZ 1.47 1.36 3.93 -
YUV 29.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 20 30 56 0.64 0.46 0 0.78 223.33 0.47 0.15
Hex 14 1E 38 40 2E 0 4E DF 2F F
Octal 24 36 70 100 56 0 116 337 57 17
Binary 10100 11110 111000 1000000 101110 0 1001110 11011111 101111 1111

Color Harmonies of #141E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141E38

Black with #141E38

Text Example


Text Example

White with #141E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141E38; }

 p { color: rgb(20,30,56); }

 H1.HeaderClassName
 {
   color: #141E38;
 }
 .AnyTagClassName
 {
   color: #141E38;
 }
</style>

background-color css

<style>
 a { background-color: #141E38; }

 a { background-color: rgb(20,30,56); }

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

border-color css

<style>
 span { border-color: #141E38; }

 span { border-color: rgb(20,30,56); }

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