Html Css Color HEX #142C49 Midnight

📋 copy color: '#142C49'

red 20 ◦ green 44 ◦ blue 73

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

Shades of Midnight #142C49

Tints of Midnight #142C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.12%

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

R = 14.6%
G = 32.12%
B = 53.28%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#142C49 (or 0x142C49) is known color: Midnight. HEX triplet: 14, 2C and 49. RGB value is (20,44,73). Sum of RGB (Red+Green+Blue) = 20+44+73=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #142C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C49 is #EBD3B6. Grayscale: #272727. Windows color (decimal): -15455159 or 4795412. OLE color: 4795412.

HSL color Cylindrical-coordinate representation of color #142C49: hue angle of 212.83º 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 #142C49 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 44 73 -
CMYK 0.73 0.40 0 0.71
HSL 212.83º 0.57% 0.18% -
HSV(B) 212.83º 0.73% 0.29% -
XYZ 2.39 2.43 6.65 -
YUV 40.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 20 44 73 0.73 0.40 0 0.71 212.83 0.57 0.18
Hex 14 2C 49 49 28 0 47 D5 39 12
Octal 24 54 111 111 50 0 107 325 71 22
Binary 10100 101100 1001001 1001001 101000 0 1000111 11010101 111001 10010

Color Harmonies of #142C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C49

Black with #142C49

Text Example


Text Example

White with #142C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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