Html Css Color HEX #142947 Midnight

📋 copy color: '#142947'

red 20 ◦ green 41 ◦ blue 71

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

Shades of Midnight #142947

Tints of Midnight #142947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.06%

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

R = 15.15%
G = 31.06%
B = 53.79%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#142947 (or 0x142947) is known color: Midnight. HEX triplet: 14, 29 and 47. RGB value is (20,41,71). Sum of RGB (Red+Green+Blue) = 20+41+71=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 71 (28.12% from 255 or 53.79% from 132); Max value from RGB is 71 - color contains mainly: blue. Hex color #142947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142947 is #EBD6B8. Grayscale: #262626. Windows color (decimal): -15455929 or 4663572. OLE color: 4663572.

HSL color Cylindrical-coordinate representation of color #142947: hue angle of 215.29º 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 #142947 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 41 71 -
CMYK 0.72 0.42 0 0.72
HSL 215.29º 0.56% 0.18% -
HSV(B) 215.29º 0.72% 0.28% -
XYZ 2.22 2.19 6.27 -
YUV 38.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 20 41 71 0.72 0.42 0 0.72 215.29 0.56 0.18
Hex 14 29 47 48 2A 0 48 D7 38 12
Octal 24 51 107 110 52 0 110 327 70 22
Binary 10100 101001 1000111 1001000 101010 0 1001000 11010111 111000 10010

Color Harmonies of #142947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142947

Black with #142947

Text Example


Text Example

White with #142947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142947; }

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

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

background-color css

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

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

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

border-color css

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

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

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