Html Css Color HEX #142E4D Midnight

📋 copy color: '#142E4D'

red 20 ◦ green 46 ◦ blue 77

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

Shades of Midnight #142E4D

Tints of Midnight #142E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 53.85%

R = 13.99%
G = 32.17%
B = 53.85%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#142E4D (or 0x142E4D) is known color: Midnight. HEX triplet: 14, 2E and 4D. RGB value is (20,46,77). Sum of RGB (Red+Green+Blue) = 20+46+77=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #142E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E4D is #EBD1B2. Grayscale: #292929. Windows color (decimal): -15454643 or 5058068. OLE color: 5058068.

HSL color Cylindrical-coordinate representation of color #142E4D: hue angle of 212.63º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #142E4D is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 46 77 -
CMYK 0.74 0.40 0 0.70
HSL 212.63º 0.59% 0.19% -
HSV(B) 212.63º 0.74% 0.3% -
XYZ 2.61 2.64 7.39 -
YUV 41.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 20 46 77 0.74 0.40 0 0.70 212.63 0.59 0.19
Hex 14 2E 4D 4A 28 0 46 D5 3B 13
Octal 24 56 115 112 50 0 106 325 73 23
Binary 10100 101110 1001101 1001010 101000 0 1000110 11010101 111011 10011

Color Harmonies of #142E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E4D

Black with #142E4D

Text Example


Text Example

White with #142E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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