Html Css Color HEX #141241 Midnight Express

📋 copy color: '#141241'

red 20 ◦ green 18 ◦ blue 65

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

Shades of Midnight Express #141241

Tints of Midnight Express #141241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.48%

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

R = 19.42%
G = 17.48%
B = 63.11%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#141241 (or 0x141241) is known color: Midnight Express. HEX triplet: 14, 12 and 41. RGB value is (20,18,65). Sum of RGB (Red+Green+Blue) = 20+18+65=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 65 (25.78% from 255 or 63.11% from 103); Max value from RGB is 65 - color contains mainly: blue. Hex color #141241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141241 is #EBEDBE. Grayscale: #171717. Windows color (decimal): -15461823 or 4264468. OLE color: 4264468.

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

Color convert

RGB 20 18 65 -
CMYK 0.69 0.72 0 0.75
HSL 242.55º 0.57% 0.16% -
HSV(B) 242.55º 0.72% 0.25% -
XYZ 1.46 0.96 5.11 -
YUV 23.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 20 18 65 0.69 0.72 0 0.75 242.55 0.57 0.16
Hex 14 12 41 45 48 0 4B F3 39 10
Octal 24 22 101 105 110 0 113 363 71 20
Binary 10100 10010 1000001 1000101 1001000 0 1001011 11110011 111001 10000

Color Harmonies of #141241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141241

Black with #141241

Text Example


Text Example

White with #141241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141241; }

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

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

background-color css

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

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

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

border-color css

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

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

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