Html Css Color HEX #142747 Midnight

📋 copy color: '#142747'

red 20 ◦ green 39 ◦ blue 71

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

Shades of Midnight #142747

Tints of Midnight #142747

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30%

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

R = 15.38%
G = 30%
B = 54.62%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#142747 (or 0x142747) is known color: Midnight. HEX triplet: 14, 27 and 47. RGB value is (20,39,71). Sum of RGB (Red+Green+Blue) = 20+39+71=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #142747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142747 is #EBD8B8. Grayscale: #242424. Windows color (decimal): -15456441 or 4663060. OLE color: 4663060.

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

Color convert

RGB 20 39 71 -
CMYK 0.72 0.45 0 0.72
HSL 217.65º 0.56% 0.18% -
HSV(B) 217.65º 0.72% 0.28% -
XYZ 2.15 2.05 6.24 -
YUV 36.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 20 39 71 0.72 0.45 0 0.72 217.65 0.56 0.18
Hex 14 27 47 48 2D 0 48 DA 38 12
Octal 24 47 107 110 55 0 110 332 70 22
Binary 10100 100111 1000111 1001000 101101 0 1001000 11011010 111000 10010

Color Harmonies of #142747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142747

Black with #142747

Text Example


Text Example

White with #142747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142747; }

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

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

background-color css

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

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

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

border-color css

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

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

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