Html Css Color HEX #142E50 Midnight

📋 copy color: '#142E50'

red 20 ◦ green 46 ◦ blue 80

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

Shades of Midnight #142E50

Tints of Midnight #142E50

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.51%

 BLUE value IS 80 (31.64% from 255) = 54.79%

R = 13.7%
G = 31.51%
B = 54.79%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#142E50 (or 0x142E50) is known color: Midnight. HEX triplet: 14, 2E and 50. RGB value is (20,46,80). Sum of RGB (Red+Green+Blue) = 20+46+80=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #142E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E50 is #EBD1AF. Grayscale: #292929. Windows color (decimal): -15454640 or 5254676. OLE color: 5254676.

HSL color Cylindrical-coordinate representation of color #142E50: hue angle of 214º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #142E50 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 46 80 -
CMYK 0.75 0.42 0 0.69
HSL 214º 0.6% 0.2% -
HSV(B) 214º 0.75% 0.31% -
XYZ 2.71 2.68 7.96 -
YUV 42.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 20 46 80 0.75 0.42 0 0.69 214 0.6 0.2
Hex 14 2E 50 4B 2A 0 45 D6 3C 14
Octal 24 56 120 113 52 0 105 326 74 24
Binary 10100 101110 1010000 1001011 101010 0 1000101 11010110 111100 10100

Color Harmonies of #142E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E50

Black with #142E50

Text Example


Text Example

White with #142E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,46,80); }

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

background-color css

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

 a { background-color: rgb(20,46,80); }

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

border-color css

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

 span { border-color: rgb(20,46,80); }

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