Html Css Color HEX #141840 Midnight Express

📋 copy color: '#141840'

red 20 ◦ green 24 ◦ blue 64

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

Shades of Midnight Express #141840

Tints of Midnight Express #141840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 59.26%

R = 18.52%
G = 22.22%
B = 59.26%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#141840 (or 0x141840) is known color: Midnight Express. HEX triplet: 14, 18 and 40. RGB value is (20,24,64). Sum of RGB (Red+Green+Blue) = 20+24+64=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #141840 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141840 is #EBE7BF. Grayscale: #1B1B1B. Windows color (decimal): -15460288 or 4200468. OLE color: 4200468.

HSL color Cylindrical-coordinate representation of color #141840: hue angle of 234.55º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #141840 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 24 64 -
CMYK 0.69 0.62 0 0.75
HSL 234.55º 0.52% 0.16% -
HSV(B) 234.55º 0.69% 0.25% -
XYZ 1.54 1.17 5 -
YUV 27.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 20 24 64 0.69 0.62 0 0.75 234.55 0.52 0.16
Hex 14 18 40 45 3E 0 4B EB 34 10
Octal 24 30 100 105 76 0 113 353 64 20
Binary 10100 11000 1000000 1000101 111110 0 1001011 11101011 110100 10000

Color Harmonies of #141840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141840

Black with #141840

Text Example


Text Example

White with #141840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141840; }

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

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

background-color css

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

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

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

border-color css

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

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

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