Html Css Color HEX #141538 Midnight Express

📋 copy color: '#141538'

red 20 ◦ green 21 ◦ blue 56

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

Shades of Midnight Express #141538

Tints of Midnight Express #141538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.65%

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

R = 20.62%
G = 21.65%
B = 57.73%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#141538 (or 0x141538) is known color: Midnight Express. HEX triplet: 14, 15 and 38. RGB value is (20,21,56). Sum of RGB (Red+Green+Blue) = 20+21+56=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #141538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141538 is #EBEAC7. Grayscale: #181818. Windows color (decimal): -15461064 or 3675412. OLE color: 3675412.

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

Color convert

RGB 20 21 56 -
CMYK 0.64 0.63 0 0.78
HSL 238.33º 0.47% 0.15% -
HSV(B) 238.33º 0.64% 0.22% -
XYZ 1.27 0.97 3.86 -
YUV 24.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 20 21 56 0.64 0.63 0 0.78 238.33 0.47 0.15
Hex 14 15 38 40 3F 0 4E EE 2F F
Octal 24 25 70 100 77 0 116 356 57 17
Binary 10100 10101 111000 1000000 111111 0 1001110 11101110 101111 1111

Color Harmonies of #141538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141538

Black with #141538

Text Example


Text Example

White with #141538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141538; }

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

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

background-color css

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

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

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

border-color css

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

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

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