Html Css Color HEX #141647 Midnight Express

📋 copy color: '#141647'

red 20 ◦ green 22 ◦ blue 71

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

Shades of Midnight Express #141647

Tints of Midnight Express #141647

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.47%

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

R = 17.7%
G = 19.47%
B = 62.83%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#141647 (or 0x141647) is known color: Midnight Express. HEX triplet: 14, 16 and 47. RGB value is (20,22,71). Sum of RGB (Red+Green+Blue) = 20+22+71=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 71 (28.12% from 255 or 62.83% from 113); Max value from RGB is 71 - color contains mainly: blue. Hex color #141647 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141647 is #EBE9B8. Grayscale: #1A1A1A. Windows color (decimal): -15460793 or 4658708. OLE color: 4658708.

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

Color convert

RGB 20 22 71 -
CMYK 0.72 0.69 0 0.72
HSL 237.65º 0.56% 0.18% -
HSV(B) 237.65º 0.72% 0.28% -
XYZ 1.71 1.18 6.1 -
YUV 26.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 20 22 71 0.72 0.69 0 0.72 237.65 0.56 0.18
Hex 14 16 47 48 45 0 48 EE 38 12
Octal 24 26 107 110 105 0 110 356 70 22
Binary 10100 10110 1000111 1001000 1000101 0 1001000 11101110 111000 10010

Color Harmonies of #141647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141647

Black with #141647

Text Example


Text Example

White with #141647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141647; }

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

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

background-color css

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

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

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

border-color css

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

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

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