Html Css Color HEX #141242 Midnight Express

📋 copy color: '#141242'

red 20 ◦ green 18 ◦ blue 66

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

Shades of Midnight Express #141242

Tints of Midnight Express #141242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 63.46%

R = 19.23%
G = 17.31%
B = 63.46%

CMYK

 C value IS 0.70

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#141242 (or 0x141242) is known color: Midnight Express. HEX triplet: 14, 12 and 42. RGB value is (20,18,66). Sum of RGB (Red+Green+Blue) = 20+18+66=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 66 (26.17% from 255 or 63.46% from 104); Max value from RGB is 66 - color contains mainly: blue. Hex color #141242 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141242 is #EBEDBD. Grayscale: #171717. Windows color (decimal): -15461822 or 4330004. OLE color: 4330004.

HSL color Cylindrical-coordinate representation of color #141242: hue angle of 242.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #141242 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 18 66 -
CMYK 0.70 0.73 0 0.74
HSL 242.5º 0.57% 0.16% -
HSV(B) 242.5º 0.73% 0.26% -
XYZ 1.49 0.97 5.26 -
YUV 24.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 20 18 66 0.70 0.73 0 0.74 242.5 0.57 0.16
Hex 14 12 42 46 49 0 4A F2 39 10
Octal 24 22 102 106 111 0 112 362 71 20
Binary 10100 10010 1000010 1000110 1001001 0 1001010 11110010 111001 10000

Color Harmonies of #141242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141242

Black with #141242

Text Example


Text Example

White with #141242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141242; }

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

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

background-color css

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

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

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

border-color css

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

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

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