Html Css Color HEX #141536 Midnight Express

📋 copy color: '#141536'

red 20 ◦ green 21 ◦ blue 54

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

Shades of Midnight Express #141536

Tints of Midnight Express #141536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 56.84%

R = 21.05%
G = 22.11%
B = 56.84%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#141536 (or 0x141536) is known color: Midnight Express. HEX triplet: 14, 15 and 36. RGB value is (20,21,54). Sum of RGB (Red+Green+Blue) = 20+21+54=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 54 (21.48% from 255 or 56.84% from 95); Max value from RGB is 54 - color contains mainly: blue. Hex color #141536 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141536 is #EBEAC9. Grayscale: #181818. Windows color (decimal): -15461066 or 3544340. OLE color: 3544340.

HSL color Cylindrical-coordinate representation of color #141536: hue angle of 238.24º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #141536 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 21 54 -
CMYK 0.63 0.61 0 0.79
HSL 238.24º 0.46% 0.15% -
HSV(B) 238.24º 0.63% 0.21% -
XYZ 1.22 0.95 3.61 -
YUV 24.46 144.67 124.82 -
System Red Green Blue C M Y K H S L
Decimal 20 21 54 0.63 0.61 0 0.79 238.24 0.46 0.15
Hex 14 15 36 3F 3D 0 4F EE 2E F
Octal 24 25 66 77 75 0 117 356 56 17
Binary 10100 10101 110110 111111 111101 0 1001111 11101110 101110 1111

Color Harmonies of #141536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141536

Black with #141536

Text Example


Text Example

White with #141536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141536; }

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

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

background-color css

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

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

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

border-color css

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

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

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