Html Css Color HEX #142749 Midnight

📋 copy color: '#142749'

red 20 ◦ green 39 ◦ blue 73

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

Shades of Midnight #142749

Tints of Midnight #142749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 55.3%

R = 15.15%
G = 29.55%
B = 55.3%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#142749 (or 0x142749) is known color: Midnight. HEX triplet: 14, 27 and 49. RGB value is (20,39,73). Sum of RGB (Red+Green+Blue) = 20+39+73=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #142749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142749 is #EBD8B6. Grayscale: #252525. Windows color (decimal): -15456439 or 4794132. OLE color: 4794132.

HSL color Cylindrical-coordinate representation of color #142749: hue angle of 218.49º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #142749 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 39 73 -
CMYK 0.73 0.47 0 0.71
HSL 218.49º 0.57% 0.18% -
HSV(B) 218.49º 0.73% 0.29% -
XYZ 2.22 2.08 6.59 -
YUV 37.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 20 39 73 0.73 0.47 0 0.71 218.49 0.57 0.18
Hex 14 27 49 49 2F 0 47 DA 39 12
Octal 24 47 111 111 57 0 107 332 71 22
Binary 10100 100111 1001001 1001001 101111 0 1000111 11011010 111001 10010

Color Harmonies of #142749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142749

Black with #142749

Text Example


Text Example

White with #142749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142749; }

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

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

background-color css

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

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

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

border-color css

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

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

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