Html Css Color HEX #141D38 Midnight Express

📋 copy color: '#141D38'

red 20 ◦ green 29 ◦ blue 56

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

Shades of Midnight Express #141D38

Tints of Midnight Express #141D38

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.62%

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

R = 19.05%
G = 27.62%
B = 53.33%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#141D38 (or 0x141D38) is known color: Midnight Express. HEX triplet: 14, 1D and 38. RGB value is (20,29,56). Sum of RGB (Red+Green+Blue) = 20+29+56=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #141D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D38 is #EBE2C7. Grayscale: #1D1D1D. Windows color (decimal): -15459016 or 3677460. OLE color: 3677460.

HSL color Cylindrical-coordinate representation of color #141D38: hue angle of 225º 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 #141D38 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 29 56 -
CMYK 0.64 0.48 0 0.78
HSL 225º 0.47% 0.15% -
HSV(B) 225º 0.64% 0.22% -
XYZ 1.44 1.31 3.92 -
YUV 29.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 20 29 56 0.64 0.48 0 0.78 225 0.47 0.15
Hex 14 1D 38 40 30 0 4E E1 2F F
Octal 24 35 70 100 60 0 116 341 57 17
Binary 10100 11101 111000 1000000 110000 0 1001110 11100001 101111 1111

Color Harmonies of #141D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D38

Black with #141D38

Text Example


Text Example

White with #141D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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