Html Css Color HEX #141343 Midnight Express

📋 copy color: '#141343'

red 20 ◦ green 19 ◦ blue 67

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

Shades of Midnight Express #141343

Tints of Midnight Express #141343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.92%

 BLUE value IS 67 (26.56% from 255) = 63.21%

R = 18.87%
G = 17.92%
B = 63.21%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#141343 (or 0x141343) is known color: Midnight Express. HEX triplet: 14, 13 and 43. RGB value is (20,19,67). Sum of RGB (Red+Green+Blue) = 20+19+67=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 67 (26.56% from 255 or 63.21% from 106); Max value from RGB is 67 - color contains mainly: blue. Hex color #141343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141343 is #EBECBC. Grayscale: #181818. Windows color (decimal): -15461565 or 4395796. OLE color: 4395796.

HSL color Cylindrical-coordinate representation of color #141343: hue angle of 241.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #141343 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 19 67 -
CMYK 0.70 0.72 0 0.74
HSL 241.25º 0.56% 0.17% -
HSV(B) 241.25º 0.72% 0.26% -
XYZ 1.53 1.02 5.43 -
YUV 24.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 20 19 67 0.70 0.72 0 0.74 241.25 0.56 0.17
Hex 14 13 43 46 48 0 4A F1 38 11
Octal 24 23 103 106 110 0 112 361 70 21
Binary 10100 10011 1000011 1000110 1001000 0 1001010 11110001 111000 10001

Color Harmonies of #141343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141343

Black with #141343

Text Example


Text Example

White with #141343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141343; }

 p { color: rgb(20,19,67); }

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

background-color css

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

 a { background-color: rgb(20,19,67); }

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

border-color css

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

 span { border-color: rgb(20,19,67); }

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