Html Css Color HEX #141947 Midnight Express

📋 copy color: '#141947'

red 20 ◦ green 25 ◦ blue 71

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

Shades of Midnight Express #141947

Tints of Midnight Express #141947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.55%

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

R = 17.24%
G = 21.55%
B = 61.21%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#141947 (or 0x141947) is known color: Midnight Express. HEX triplet: 14, 19 and 47. RGB value is (20,25,71). Sum of RGB (Red+Green+Blue) = 20+25+71=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 71 (28.12% from 255 or 61.21% from 116); Max value from RGB is 71 - color contains mainly: blue. Hex color #141947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141947 is #EBE6B8. Grayscale: #1C1C1C. Windows color (decimal): -15460025 or 4659476. OLE color: 4659476.

HSL color Cylindrical-coordinate representation of color #141947: hue angle of 234.12º 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 #141947 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 25 71 -
CMYK 0.72 0.65 0 0.72
HSL 234.12º 0.56% 0.18% -
HSV(B) 234.12º 0.72% 0.28% -
XYZ 1.77 1.3 6.12 -
YUV 28.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 20 25 71 0.72 0.65 0 0.72 234.12 0.56 0.18
Hex 14 19 47 48 41 0 48 EA 38 12
Octal 24 31 107 110 101 0 110 352 70 22
Binary 10100 11001 1000111 1001000 1000001 0 1001000 11101010 111000 10010

Color Harmonies of #141947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141947

Black with #141947

Text Example


Text Example

White with #141947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141947; }

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

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

background-color css

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

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

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

border-color css

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

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

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