Html Css Color HEX #142041 Midnight Express

📋 copy color: '#142041'

red 20 ◦ green 32 ◦ blue 65

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

Shades of Midnight Express #142041

Tints of Midnight Express #142041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.35%

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

R = 17.09%
G = 27.35%
B = 55.56%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#142041 (or 0x142041) is known color: Midnight Express. HEX triplet: 14, 20 and 41. RGB value is (20,32,65). Sum of RGB (Red+Green+Blue) = 20+32+65=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #142041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142041 is #EBDFBE. Grayscale: #202020. Windows color (decimal): -15458239 or 4268052. OLE color: 4268052.

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

Color convert

RGB 20 32 65 -
CMYK 0.69 0.51 0 0.75
HSL 224º 0.53% 0.17% -
HSV(B) 224º 0.69% 0.25% -
XYZ 1.76 1.56 5.21 -
YUV 32.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 20 32 65 0.69 0.51 0 0.75 224 0.53 0.17
Hex 14 20 41 45 33 0 4B E0 35 11
Octal 24 40 101 105 63 0 113 340 65 21
Binary 10100 100000 1000001 1000101 110011 0 1001011 11100000 110101 10001

Color Harmonies of #142041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142041

Black with #142041

Text Example


Text Example

White with #142041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142041; }

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

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

background-color css

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

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

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

border-color css

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

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

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