Html Css Color HEX #141440 Midnight Express

📋 copy color: '#141440'

red 20 ◦ green 20 ◦ blue 64

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

Shades of Midnight Express #141440

Tints of Midnight Express #141440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.23%

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

R = 19.23%
G = 19.23%
B = 61.54%

CMYK

 C value IS 0.69

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#141440 (or 0x141440) is known color: Midnight Express. HEX triplet: 14, 14 and 40. RGB value is (20,20,64). Sum of RGB (Red+Green+Blue) = 20+20+64=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #141440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141440 is #EBEBBF. Grayscale: #181818. Windows color (decimal): -15461312 or 4199444. OLE color: 4199444.

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

Color convert

RGB 20 20 64 -
CMYK 0.69 0.69 0 0.75
HSL 240º 0.52% 0.16% -
HSV(B) 240º 0.69% 0.25% -
XYZ 1.46 1.02 4.97 -
YUV 25.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 20 20 64 0.69 0.69 0 0.75 240 0.52 0.16
Hex 14 14 40 45 45 0 4B F0 34 10
Octal 24 24 100 105 105 0 113 360 64 20
Binary 10100 10100 1000000 1000101 1000101 0 1001011 11110000 110100 10000

Color Harmonies of #141440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141440

Black with #141440

Text Example


Text Example

White with #141440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141440; }

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

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

background-color css

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

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

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

border-color css

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

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

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