Html Css Color HEX #141541 Midnight Express

📋 copy color: '#141541'

red 20 ◦ green 21 ◦ blue 65

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

Shades of Midnight Express #141541

Tints of Midnight Express #141541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.81%

 BLUE value IS 65 (25.78% from 255) = 61.32%

R = 18.87%
G = 19.81%
B = 61.32%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#141541 (or 0x141541) is known color: Midnight Express. HEX triplet: 14, 15 and 41. RGB value is (20,21,65). Sum of RGB (Red+Green+Blue) = 20+21+65=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #141541 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141541 is #EBEABE. Grayscale: #191919. Windows color (decimal): -15461055 or 4265236. OLE color: 4265236.

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

Color convert

RGB 20 21 65 -
CMYK 0.69 0.68 0 0.75
HSL 238.67º 0.53% 0.17% -
HSV(B) 238.67º 0.69% 0.25% -
XYZ 1.51 1.07 5.13 -
YUV 25.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 20 21 65 0.69 0.68 0 0.75 238.67 0.53 0.17
Hex 14 15 41 45 44 0 4B EF 35 11
Octal 24 25 101 105 104 0 113 357 65 21
Binary 10100 10101 1000001 1000101 1000100 0 1001011 11101111 110101 10001

Color Harmonies of #141541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141541

Black with #141541

Text Example


Text Example

White with #141541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141541; }

 p { color: rgb(20,21,65); }

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

background-color css

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

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

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

border-color css

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

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

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