Html Css Color HEX #142E51 Midnight

📋 copy color: '#142E51'

red 20 ◦ green 46 ◦ blue 81

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

Shades of Midnight #142E51

Tints of Midnight #142E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 55.1%

R = 13.61%
G = 31.29%
B = 55.1%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#142E51 (or 0x142E51) is known color: Midnight. HEX triplet: 14, 2E and 51. RGB value is (20,46,81). Sum of RGB (Red+Green+Blue) = 20+46+81=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #142E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E51 is #EBD1AE. Grayscale: #2A2A2A. Windows color (decimal): -15454639 or 5320212. OLE color: 5320212.

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

Color convert

RGB 20 46 81 -
CMYK 0.75 0.43 0 0.68
HSL 214.43º 0.6% 0.2% -
HSV(B) 214.43º 0.75% 0.32% -
XYZ 2.75 2.7 8.16 -
YUV 42.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 20 46 81 0.75 0.43 0 0.68 214.43 0.6 0.2
Hex 14 2E 51 4B 2B 0 44 D6 3C 14
Octal 24 56 121 113 53 0 104 326 74 24
Binary 10100 101110 1010001 1001011 101011 0 1000100 11010110 111100 10100

Color Harmonies of #142E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E51

Black with #142E51

Text Example


Text Example

White with #142E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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