Html Css Color HEX #141942 Midnight Express

📋 copy color: '#141942'

red 20 ◦ green 25 ◦ blue 66

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

Shades of Midnight Express #141942

Tints of Midnight Express #141942

RGB

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

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

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

R = 18.02%
G = 22.52%
B = 59.46%

CMYK

 C value IS 0.70

 M value IS 0.62

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#141942 (or 0x141942) is known color: Midnight Express. HEX triplet: 14, 19 and 42. RGB value is (20,25,66). Sum of RGB (Red+Green+Blue) = 20+25+66=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 66 (26.17% from 255 or 59.46% from 111); Max value from RGB is 66 - color contains mainly: blue. Hex color #141942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141942 is #EBE6BD. Grayscale: #1C1C1C. Windows color (decimal): -15460030 or 4331796. OLE color: 4331796.

HSL color Cylindrical-coordinate representation of color #141942: hue angle of 233.48º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #141942 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 25 66 -
CMYK 0.70 0.62 0 0.74
HSL 233.48º 0.53% 0.17% -
HSV(B) 233.48º 0.7% 0.26% -
XYZ 1.62 1.24 5.31 -
YUV 28.18 149.34 122.17 -
System Red Green Blue C M Y K H S L
Decimal 20 25 66 0.70 0.62 0 0.74 233.48 0.53 0.17
Hex 14 19 42 46 3E 0 4A E9 35 11
Octal 24 31 102 106 76 0 112 351 65 21
Binary 10100 11001 1000010 1000110 111110 0 1001010 11101001 110101 10001

Color Harmonies of #141942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141942

Black with #141942

Text Example


Text Example

White with #141942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141942; }

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

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

background-color css

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

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

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

border-color css

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

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

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