Html Css Color HEX #141940 Midnight Express

📋 copy color: '#141940'

red 20 ◦ green 25 ◦ blue 64

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

Shades of Midnight Express #141940

Tints of Midnight Express #141940

RGB

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

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

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

R = 18.35%
G = 22.94%
B = 58.72%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#141940 (or 0x141940) is known color: Midnight Express. HEX triplet: 14, 19 and 40. RGB value is (20,25,64). Sum of RGB (Red+Green+Blue) = 20+25+64=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 64 (25.39% from 255 or 58.72% from 109); Max value from RGB is 64 - color contains mainly: blue. Hex color #141940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141940 is #EBE6BF. Grayscale: #1B1B1B. Windows color (decimal): -15460032 or 4200724. OLE color: 4200724.

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

Color convert

RGB 20 25 64 -
CMYK 0.69 0.61 0 0.75
HSL 233.18º 0.52% 0.16% -
HSV(B) 233.18º 0.69% 0.25% -
XYZ 1.56 1.21 5 -
YUV 27.95 148.34 122.33 -
System Red Green Blue C M Y K H S L
Decimal 20 25 64 0.69 0.61 0 0.75 233.18 0.52 0.16
Hex 14 19 40 45 3D 0 4B E9 34 10
Octal 24 31 100 105 75 0 113 351 64 20
Binary 10100 11001 1000000 1000101 111101 0 1001011 11101001 110100 10000

Color Harmonies of #141940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141940

Black with #141940

Text Example


Text Example

White with #141940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141940; }

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

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

background-color css

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

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

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

border-color css

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

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

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