Html Css Color HEX #142841 Midnight

📋 copy color: '#142841'

red 20 ◦ green 40 ◦ blue 65

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

Shades of Midnight #142841

Tints of Midnight #142841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32%

 BLUE value IS 65 (25.78% from 255) = 52%

R = 16%
G = 32%
B = 52%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#142841 (or 0x142841) is known color: Midnight. HEX triplet: 14, 28 and 41. RGB value is (20,40,65). Sum of RGB (Red+Green+Blue) = 20+40+65=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #142841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142841 is #EBD7BE. Grayscale: #242424. Windows color (decimal): -15456191 or 4270100. OLE color: 4270100.

HSL color Cylindrical-coordinate representation of color #142841: hue angle of 213.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #142841 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 40 65 -
CMYK 0.69 0.38 0 0.75
HSL 213.33º 0.53% 0.17% -
HSV(B) 213.33º 0.69% 0.25% -
XYZ 2 2.05 5.29 -
YUV 36.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 20 40 65 0.69 0.38 0 0.75 213.33 0.53 0.17
Hex 14 28 41 45 26 0 4B D5 35 11
Octal 24 50 101 105 46 0 113 325 65 21
Binary 10100 101000 1000001 1000101 100110 0 1001011 11010101 110101 10001

Color Harmonies of #142841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142841

Black with #142841

Text Example


Text Example

White with #142841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142841; }

 p { color: rgb(20,40,65); }

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

background-color css

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

 a { background-color: rgb(20,40,65); }

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

border-color css

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

 span { border-color: rgb(20,40,65); }

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