Html Css Color HEX #141847 Midnight Express

📋 copy color: '#141847'

red 20 ◦ green 24 ◦ blue 71

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

Shades of Midnight Express #141847

Tints of Midnight Express #141847

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.87%

 BLUE value IS 71 (28.13% from 255) = 61.74%

R = 17.39%
G = 20.87%
B = 61.74%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#141847 (or 0x141847) is known color: Midnight Express. HEX triplet: 14, 18 and 47. RGB value is (20,24,71). Sum of RGB (Red+Green+Blue) = 20+24+71=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #141847 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141847 is #EBE7B8. Grayscale: #1B1B1B. Windows color (decimal): -15460281 or 4659220. OLE color: 4659220.

HSL color Cylindrical-coordinate representation of color #141847: hue angle of 235.29º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #141847 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 24 71 -
CMYK 0.72 0.66 0 0.72
HSL 235.29º 0.56% 0.18% -
HSV(B) 235.29º 0.72% 0.28% -
XYZ 1.75 1.26 6.11 -
YUV 28.16 152.17 122.18 -
System Red Green Blue C M Y K H S L
Decimal 20 24 71 0.72 0.66 0 0.72 235.29 0.56 0.18
Hex 14 18 47 48 42 0 48 EB 38 12
Octal 24 30 107 110 102 0 110 353 70 22
Binary 10100 11000 1000111 1001000 1000010 0 1001000 11101011 111000 10010

Color Harmonies of #141847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141847

Black with #141847

Text Example


Text Example

White with #141847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141847; }

 p { color: rgb(20,24,71); }

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

background-color css

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

 a { background-color: rgb(20,24,71); }

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

border-color css

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

 span { border-color: rgb(20,24,71); }

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