Html Css Color HEX #142147 Midnight Express

📋 copy color: '#142147'

red 20 ◦ green 33 ◦ blue 71

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

Shades of Midnight Express #142147

Tints of Midnight Express #142147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.61%

 BLUE value IS 71 (28.13% from 255) = 57.26%

R = 16.13%
G = 26.61%
B = 57.26%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#142147 (or 0x142147) is known color: Midnight Express. HEX triplet: 14, 21 and 47. RGB value is (20,33,71). Sum of RGB (Red+Green+Blue) = 20+33+71=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #142147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142147 is #EBDEB8. Grayscale: #212121. Windows color (decimal): -15457977 or 4661524. OLE color: 4661524.

HSL color Cylindrical-coordinate representation of color #142147: hue angle of 224.71º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #142147 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 33 71 -
CMYK 0.72 0.54 0 0.72
HSL 224.71º 0.56% 0.18% -
HSV(B) 224.71º 0.72% 0.28% -
XYZ 1.97 1.69 6.18 -
YUV 33.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 20 33 71 0.72 0.54 0 0.72 224.71 0.56 0.18
Hex 14 21 47 48 36 0 48 E1 38 12
Octal 24 41 107 110 66 0 110 341 70 22
Binary 10100 100001 1000111 1001000 110110 0 1001000 11100001 111000 10010

Color Harmonies of #142147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142147

Black with #142147

Text Example


Text Example

White with #142147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142147; }

 p { color: rgb(20,33,71); }

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

background-color css

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

 a { background-color: rgb(20,33,71); }

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

border-color css

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

 span { border-color: rgb(20,33,71); }

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